Html Css Color HEX #A60013 Carmine

📋 copy color: '#A60013'

red 166 ◦ green 0 ◦ blue 19

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

Shades of Carmine #A60013

Tints of Carmine #A60013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 89.73%
G = 0%
B = 10.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A60013 (or 0xA60013) is known color: Carmine. HEX triplet: A6, 00 and 13. RGB value is (166,0,19). Sum of RGB (Red+Green+Blue) = 166+0+19=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A60013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60013 is #59FFEC. Grayscale: #333333. Windows color (decimal): -5898221 or 1245350. OLE color: 1245350.

HSL color Cylindrical-coordinate representation of color #A60013: hue angle of 353.13º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 19 -
CMYK 0 1 0.89 0.35
HSL 353.13º 1% 0.33% -
HSV(B) 353.13º 1% 0.65% -
XYZ 15.84 8.15 1.35 -
YUV 51.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 166 0 19 0 1 0.89 0.35 353.13 1 0.33
Hex A6 0 13 0 64 59 23 161 64 21
Octal 246 0 23 0 144 131 43 541 144 41
Binary 10100110 0 10011 0 1100100 1011001 100011 101100001 1100100 100001

Color Harmonies of #A60013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60013

Black with #A60013

Text Example


Text Example

White with #A60013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60013; }

 p { color: rgb(166,0,19); }

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

background-color css

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

 a { background-color: rgb(166,0,19); }

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

border-color css

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

 span { border-color: rgb(166,0,19); }

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