Html Css Color HEX #A60C21 Carmine

📋 copy color: '#A60C21'

red 166 ◦ green 12 ◦ blue 33

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

Shades of Carmine #A60C21

Tints of Carmine #A60C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 78.67%
G = 5.69%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A60C21 (or 0xA60C21) is known color: Carmine. HEX triplet: A6, 0C and 21. RGB value is (166,12,33). Sum of RGB (Red+Green+Blue) = 166+12+33=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C21 is #59F3DE. Grayscale: #3C3C3C. Windows color (decimal): -5895135 or 2165926. OLE color: 2165926.

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

Color convert

RGB 166 12 33 -
CMYK 0 0.93 0.80 0.35
HSL 351.82º 0.87% 0.35% -
HSV(B) 351.82º 0.93% 0.65% -
XYZ 16.13 8.48 2.23 -
YUV 60.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 166 12 33 0 0.93 0.80 0.35 351.82 0.87 0.35
Hex A6 C 21 0 5D 50 23 160 57 23
Octal 246 14 41 0 135 120 43 540 127 43
Binary 10100110 1100 100001 0 1011101 1010000 100011 101100000 1010111 100011

Color Harmonies of #A60C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C21

Black with #A60C21

Text Example


Text Example

White with #A60C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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