Html Css Color HEX #A60118 Carmine

📋 copy color: '#A60118'

red 166 ◦ green 1 ◦ blue 24

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

Shades of Carmine #A60118

Tints of Carmine #A60118

RGB

 RED value IS 166 (65.23% from 255) = 86.91%

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 86.91%
G = 0.52%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60118 (or 0xA60118) is known color: Carmine. HEX triplet: A6, 01 and 18. RGB value is (166,1,24). Sum of RGB (Red+Green+Blue) = 166+1+24=191 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.91% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 166 - color contains mainly: red. Hex color #A60118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60118 is #59FEE7. Grayscale: #353535. Windows color (decimal): -5897960 or 1573286. OLE color: 1573286.

HSL color Cylindrical-coordinate representation of color #A60118: hue angle of 351.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60118 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 24 -
CMYK 0 0.99 0.86 0.35
HSL 351.64º 0.99% 0.33% -
HSV(B) 351.64º 0.99% 0.65% -
XYZ 15.9 8.19 1.61 -
YUV 52.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 166 1 24 0 0.99 0.86 0.35 351.64 0.99 0.33
Hex A6 1 18 0 63 56 23 160 63 21
Octal 246 1 30 0 143 126 43 540 143 41
Binary 10100110 1 11000 0 1100011 1010110 100011 101100000 1100011 100001

Color Harmonies of #A60118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60118

Black with #A60118

Text Example


Text Example

White with #A60118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60118; }

 p { color: rgb(166,1,24); }

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

background-color css

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

 a { background-color: rgb(166,1,24); }

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

border-color css

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

 span { border-color: rgb(166,1,24); }

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