Html Css Color HEX #A60A2D Carmine

📋 copy color: '#A60A2D'

red 166 ◦ green 10 ◦ blue 45

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

Shades of Carmine #A60A2D

Tints of Carmine #A60A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 75.11%
G = 4.52%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A60A2D (or 0xA60A2D) is known color: Carmine. HEX triplet: A6, 0A and 2D. RGB value is (166,10,45). Sum of RGB (Red+Green+Blue) = 166+10+45=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A2D is #59F5D2. Grayscale: #3C3C3C. Windows color (decimal): -5895635 or 2951846. OLE color: 2951846.

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

Color convert

RGB 166 10 45 -
CMYK 0 0.94 0.73 0.35
HSL 346.54º 0.89% 0.35% -
HSV(B) 346.54º 0.94% 0.65% -
XYZ 16.31 8.51 3.27 -
YUV 60.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 166 10 45 0 0.94 0.73 0.35 346.54 0.89 0.35
Hex A6 A 2D 0 5E 49 23 15B 59 23
Octal 246 12 55 0 136 111 43 533 131 43
Binary 10100110 1010 101101 0 1011110 1001001 100011 101011011 1011001 100011

Color Harmonies of #A60A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A2D

Black with #A60A2D

Text Example


Text Example

White with #A60A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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