Html Css Color HEX #A60C29 Carmine

📋 copy color: '#A60C29'

red 166 ◦ green 12 ◦ blue 41

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

Shades of Carmine #A60C29

Tints of Carmine #A60C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

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

R = 75.8%
G = 5.48%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A60C29 (or 0xA60C29) is known color: Carmine. HEX triplet: A6, 0C and 29. RGB value is (166,12,41). Sum of RGB (Red+Green+Blue) = 166+12+41=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C29 is #59F3D6. Grayscale: #3D3D3D. Windows color (decimal): -5895127 or 2690214. OLE color: 2690214.

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

Color convert

RGB 166 12 41 -
CMYK 0 0.93 0.75 0.35
HSL 348.7º 0.87% 0.35% -
HSV(B) 348.7º 0.93% 0.65% -
XYZ 16.26 8.53 2.89 -
YUV 61.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 166 12 41 0 0.93 0.75 0.35 348.7 0.87 0.35
Hex A6 C 29 0 5D 4B 23 15D 57 23
Octal 246 14 51 0 135 113 43 535 127 43
Binary 10100110 1100 101001 0 1011101 1001011 100011 101011101 1010111 100011

Color Harmonies of #A60C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C29

Black with #A60C29

Text Example


Text Example

White with #A60C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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