Html Css Color HEX #A60A2A Carmine

📋 copy color: '#A60A2A'

red 166 ◦ green 10 ◦ blue 42

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

Shades of Carmine #A60A2A

Tints of Carmine #A60A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 76.15%
G = 4.59%
B = 19.27%

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

#A60A2A (or 0xA60A2A) is known color: Carmine. HEX triplet: A6, 0A and 2A. RGB value is (166,10,42). Sum of RGB (Red+Green+Blue) = 166+10+42=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A2A is #59F5D5. Grayscale: #3C3C3C. Windows color (decimal): -5895638 or 2755238. OLE color: 2755238.

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

Color convert

RGB 166 10 42 -
CMYK 0 0.94 0.75 0.35
HSL 347.69º 0.89% 0.35% -
HSV(B) 347.69º 0.94% 0.65% -
XYZ 16.25 8.49 2.97 -
YUV 60.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 166 10 42 0 0.94 0.75 0.35 347.69 0.89 0.35
Hex A6 A 2A 0 5E 4B 23 15C 59 23
Octal 246 12 52 0 136 113 43 534 131 43
Binary 10100110 1010 101010 0 1011110 1001011 100011 101011100 1011001 100011

Color Harmonies of #A60A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A2A

Black with #A60A2A

Text Example


Text Example

White with #A60A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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