Html Css Color HEX #A60210 Carmine

📋 copy color: '#A60210'

red 166 ◦ green 2 ◦ blue 16

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

Shades of Carmine #A60210

Tints of Carmine #A60210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 90.22%
G = 1.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60210 (or 0xA60210) is known color: Carmine. HEX triplet: A6, 02 and 10. RGB value is (166,2,16). Sum of RGB (Red+Green+Blue) = 166+2+16=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A60210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60210 is #59FDEF. Grayscale: #343434. Windows color (decimal): -5897712 or 1049254. OLE color: 1049254.

HSL color Cylindrical-coordinate representation of color #A60210: hue angle of 354.88º degrees, saturation: 0.98, 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 #A60210 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 16 -
CMYK 0 0.99 0.90 0.35
HSL 354.88º 0.98% 0.33% -
HSV(B) 354.88º 0.99% 0.65% -
XYZ 15.84 8.19 1.24 -
YUV 52.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 166 2 16 0 0.99 0.90 0.35 354.88 0.98 0.33
Hex A6 2 10 0 63 5A 23 163 62 21
Octal 246 2 20 0 143 132 43 543 142 41
Binary 10100110 10 10000 0 1100011 1011010 100011 101100011 1100010 100001

Color Harmonies of #A60210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60210

Black with #A60210

Text Example


Text Example

White with #A60210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60210; }

 p { color: rgb(166,2,16); }

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

background-color css

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

 a { background-color: rgb(166,2,16); }

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

border-color css

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

 span { border-color: rgb(166,2,16); }

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