Html Css Color HEX #A60C28 Carmine

📋 copy color: '#A60C28'

red 166 ◦ green 12 ◦ blue 40

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

Shades of Carmine #A60C28

Tints of Carmine #A60C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 76.15%
G = 5.5%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A60C28 (or 0xA60C28) is known color: Carmine. HEX triplet: A6, 0C and 28. RGB value is (166,12,40). Sum of RGB (Red+Green+Blue) = 166+12+40=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C28 is #59F3D7. Grayscale: #3D3D3D. Windows color (decimal): -5895128 or 2624678. OLE color: 2624678.

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

Color convert

RGB 166 12 40 -
CMYK 0 0.93 0.76 0.35
HSL 349.09º 0.87% 0.35% -
HSV(B) 349.09º 0.93% 0.65% -
XYZ 16.24 8.52 2.8 -
YUV 61.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 166 12 40 0 0.93 0.76 0.35 349.09 0.87 0.35
Hex A6 C 28 0 5D 4C 23 15D 57 23
Octal 246 14 50 0 135 114 43 535 127 43
Binary 10100110 1100 101000 0 1011101 1001100 100011 101011101 1010111 100011

Color Harmonies of #A60C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C28

Black with #A60C28

Text Example


Text Example

White with #A60C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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