Html Css Color HEX #A60016 Carmine

📋 copy color: '#A60016'

red 166 ◦ green 0 ◦ blue 22

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

Shades of Carmine #A60016

Tints of Carmine #A60016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 88.3%
G = 0%
B = 11.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A60016 (or 0xA60016) is known color: Carmine. HEX triplet: A6, 00 and 16. RGB value is (166,0,22). Sum of RGB (Red+Green+Blue) = 166+0+22=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60016 is #59FFE9. Grayscale: #343434. Windows color (decimal): -5898218 or 1441958. OLE color: 1441958.

HSL color Cylindrical-coordinate representation of color #A60016: hue angle of 352.05º 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 #A60016 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 22 -
CMYK 0 1 0.87 0.35
HSL 352.05º 1% 0.33% -
HSV(B) 352.05º 1% 0.65% -
XYZ 15.87 8.16 1.5 -
YUV 52.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 166 0 22 0 1 0.87 0.35 352.05 1 0.33
Hex A6 0 16 0 64 57 23 160 64 21
Octal 246 0 26 0 144 127 43 540 144 41
Binary 10100110 0 10110 0 1100100 1010111 100011 101100000 1100100 100001

Color Harmonies of #A60016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60016

Black with #A60016

Text Example


Text Example

White with #A60016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60016; }

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

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

background-color css

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

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

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

border-color css

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

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

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