Html Css Color HEX #A00813 Carmine

📋 copy color: '#A00813'

red 160 ◦ green 8 ◦ blue 19

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

Shades of Carmine #A00813

Tints of Carmine #A00813

RGB

 RED value IS 160 (62.89% from 255) = 85.56%

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

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

R = 85.56%
G = 4.28%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00813 (or 0xA00813) is known color: Carmine. HEX triplet: A0, 08 and 13. RGB value is (160,8,19). Sum of RGB (Red+Green+Blue) = 160+8+19=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00813 is #5FF7EC. Grayscale: #363636. Windows color (decimal): -6289389 or 1247392. OLE color: 1247392.

HSL color Cylindrical-coordinate representation of color #A00813: hue angle of 355.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00813 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 19 -
CMYK 0 0.95 0.88 0.37
HSL 355.66º 0.9% 0.33% -
HSV(B) 355.66º 0.95% 0.63% -
XYZ 14.7 7.69 1.33 -
YUV 54.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 160 8 19 0 0.95 0.88 0.37 355.66 0.9 0.33
Hex A0 8 13 0 5F 58 25 164 5A 21
Octal 240 10 23 0 137 130 45 544 132 41
Binary 10100000 1000 10011 0 1011111 1011000 100101 101100100 1011010 100001

Color Harmonies of #A00813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00813

Black with #A00813

Text Example


Text Example

White with #A00813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00813; }

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

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

background-color css

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

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

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

border-color css

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

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

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