Html Css Color HEX #A60610 Carmine

📋 copy color: '#A60610'

red 166 ◦ green 6 ◦ blue 16

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

Shades of Carmine #A60610

Tints of Carmine #A60610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 88.3%
G = 3.19%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60610 (or 0xA60610) is known color: Carmine. HEX triplet: A6, 06 and 10. RGB value is (166,6,16). Sum of RGB (Red+Green+Blue) = 166+6+16=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60610 is #59F9EF. Grayscale: #373737. Windows color (decimal): -5896688 or 1050278. OLE color: 1050278.

HSL color Cylindrical-coordinate representation of color #A60610: hue angle of 356.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60610 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 6 16 -
CMYK 0 0.96 0.90 0.35
HSL 356.25º 0.93% 0.34% -
HSV(B) 356.25º 0.96% 0.65% -
XYZ 15.88 8.27 1.25 -
YUV 54.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 166 6 16 0 0.96 0.90 0.35 356.25 0.93 0.34
Hex A6 6 10 0 60 5A 23 164 5D 22
Octal 246 6 20 0 140 132 43 544 135 42
Binary 10100110 110 10000 0 1100000 1011010 100011 101100100 1011101 100010

Color Harmonies of #A60610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60610

Black with #A60610

Text Example


Text Example

White with #A60610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60610; }

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

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

background-color css

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

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

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

border-color css

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

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

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