Html Css Color HEX #A60813 Carmine

📋 copy color: '#A60813'

red 166 ◦ green 8 ◦ blue 19

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

Shades of Carmine #A60813

Tints of Carmine #A60813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 86.01%
G = 4.15%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A60813 (or 0xA60813) is known color: Carmine. HEX triplet: A6, 08 and 13. RGB value is (166,8,19). Sum of RGB (Red+Green+Blue) = 166+8+19=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A60813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60813 is #59F7EC. Grayscale: #383838. Windows color (decimal): -5896173 or 1247398. OLE color: 1247398.

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

Color convert

RGB 166 8 19 -
CMYK 0 0.95 0.89 0.35
HSL 355.82º 0.91% 0.34% -
HSV(B) 355.82º 0.95% 0.65% -
XYZ 15.93 8.33 1.38 -
YUV 56.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 166 8 19 0 0.95 0.89 0.35 355.82 0.91 0.34
Hex A6 8 13 0 5F 59 23 164 5B 22
Octal 246 10 23 0 137 131 43 544 133 42
Binary 10100110 1000 10011 0 1011111 1011001 100011 101100100 1011011 100010

Color Harmonies of #A60813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60813

Black with #A60813

Text Example


Text Example

White with #A60813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60813; }

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

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

background-color css

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

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

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

border-color css

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

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

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