Html Css Color HEX #A60A29 Carmine

📋 copy color: '#A60A29'

red 166 ◦ green 10 ◦ blue 41

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

Shades of Carmine #A60A29

Tints of Carmine #A60A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 76.5%
G = 4.61%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A60A29 (or 0xA60A29) is known color: Carmine. HEX triplet: A6, 0A and 29. RGB value is (166,10,41). Sum of RGB (Red+Green+Blue) = 166+10+41=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A29 is #59F5D6. Grayscale: #3C3C3C. Windows color (decimal): -5895639 or 2689702. OLE color: 2689702.

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

Color convert

RGB 166 10 41 -
CMYK 0 0.94 0.75 0.35
HSL 348.08º 0.89% 0.35% -
HSV(B) 348.08º 0.94% 0.65% -
XYZ 16.23 8.48 2.88 -
YUV 60.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 166 10 41 0 0.94 0.75 0.35 348.08 0.89 0.35
Hex A6 A 29 0 5E 4B 23 15C 59 23
Octal 246 12 51 0 136 113 43 534 131 43
Binary 10100110 1010 101001 0 1011110 1001011 100011 101011100 1011001 100011

Color Harmonies of #A60A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A29

Black with #A60A29

Text Example


Text Example

White with #A60A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A29; }

 p { color: rgb(166,10,41); }

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

background-color css

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

 a { background-color: rgb(166,10,41); }

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

border-color css

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

 span { border-color: rgb(166,10,41); }

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