Html Css Color HEX #A60A1E Carmine

📋 copy color: '#A60A1E'

red 166 ◦ green 10 ◦ blue 30

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

Shades of Carmine #A60A1E

Tints of Carmine #A60A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 80.58%
G = 4.85%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A60A1E (or 0xA60A1E) is known color: Carmine. HEX triplet: A6, 0A and 1E. RGB value is (166,10,30). Sum of RGB (Red+Green+Blue) = 166+10+30=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A1E is #59F5E1. Grayscale: #3A3A3A. Windows color (decimal): -5895650 or 1968806. OLE color: 1968806.

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

Color convert

RGB 166 10 30 -
CMYK 0 0.94 0.82 0.35
HSL 352.31º 0.89% 0.35% -
HSV(B) 352.31º 0.94% 0.65% -
XYZ 16.07 8.42 2.01 -
YUV 58.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 166 10 30 0 0.94 0.82 0.35 352.31 0.89 0.35
Hex A6 A 1E 0 5E 52 23 160 59 23
Octal 246 12 36 0 136 122 43 540 131 43
Binary 10100110 1010 11110 0 1011110 1010010 100011 101100000 1011001 100011

Color Harmonies of #A60A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A1E

Black with #A60A1E

Text Example


Text Example

White with #A60A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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