Html Css Color HEX #A60012 Carmine

📋 copy color: '#A60012'

red 166 ◦ green 0 ◦ blue 18

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

Shades of Carmine #A60012

Tints of Carmine #A60012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 90.22%
G = 0%
B = 9.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A60012 (or 0xA60012) is known color: Carmine. HEX triplet: A6, 00 and 12. RGB value is (166,0,18). Sum of RGB (Red+Green+Blue) = 166+0+18=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A60012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60012 is #59FFED. Grayscale: #333333. Windows color (decimal): -5898222 or 1179814. OLE color: 1179814.

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

Color convert

RGB 166 0 18 -
CMYK 0 1 0.89 0.35
HSL 353.49º 1% 0.33% -
HSV(B) 353.49º 1% 0.65% -
XYZ 15.84 8.15 1.31 -
YUV 51.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 166 0 18 0 1 0.89 0.35 353.49 1 0.33
Hex A6 0 12 0 64 59 23 161 64 21
Octal 246 0 22 0 144 131 43 541 144 41
Binary 10100110 0 10010 0 1100100 1011001 100011 101100001 1100100 100001

Color Harmonies of #A60012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60012

Black with #A60012

Text Example


Text Example

White with #A60012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60012; }

 p { color: rgb(166,0,18); }

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

background-color css

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

 a { background-color: rgb(166,0,18); }

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

border-color css

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

 span { border-color: rgb(166,0,18); }

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