Html Css Color HEX #A91618 Carmine

📋 copy color: '#A91618'

red 169 ◦ green 22 ◦ blue 24

#A91618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A91618

Tints of Carmine #A91618

RGB

 RED value IS 169 (66.41% from 255) = 78.6%

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 78.6%
G = 10.23%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A91618 (or 0xA91618) is known color: Carmine. HEX triplet: A9, 16 and 18. RGB value is (169,22,24). Sum of RGB (Red+Green+Blue) = 169+22+24=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A91618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91618 is #56E9E7. Grayscale: #424242. Windows color (decimal): -5695976 or 1578665. OLE color: 1578665.

HSL color Cylindrical-coordinate representation of color #A91618: hue angle of 359.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91618 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 22 24 -
CMYK 0 0.87 0.86 0.34
HSL 359.18º 0.77% 0.37% -
HSV(B) 359.18º 0.87% 0.66% -
XYZ 16.81 9.07 1.73 -
YUV 66.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 169 22 24 0 0.87 0.86 0.34 359.18 0.77 0.37
Hex A9 16 18 0 57 56 22 167 4D 25
Octal 251 26 30 0 127 126 42 547 115 45
Binary 10101001 10110 11000 0 1010111 1010110 100010 101100111 1001101 100101

Color Harmonies of #A91618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91618

Black with #A91618

Text Example


Text Example

White with #A91618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91618; }

 p { color: rgb(169,22,24); }

 H1.HeaderClassName
 {
   color: #A91618;
 }
 .AnyTagClassName
 {
   color: #A91618;
 }
</style>

background-color css

<style>
 a { background-color: #A91618; }

 a { background-color: rgb(169,22,24); }

 div.DivClassName
 {
   background-color: #A91618;
 }
 .BgClassName
 {
   background-color: #A91618;
 }
</style>

border-color css

<style>
 span { border-color: #A91618; }

 span { border-color: rgb(169,22,24); }

 td.TdClassName
 {
   border-color: #A91618;
 }
 .TagClassName
 {
   border-color: #A91618;
 }
</style>