Html Css Color HEX #A00818 Carmine

📋 copy color: '#A00818'

red 160 ◦ green 8 ◦ blue 24

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

Shades of Carmine #A00818

Tints of Carmine #A00818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 83.33%
G = 4.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00818 (or 0xA00818) is known color: Carmine. HEX triplet: A0, 08 and 18. RGB value is (160,8,24). Sum of RGB (Red+Green+Blue) = 160+8+24=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A00818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00818 is #5FF7E7. Grayscale: #373737. Windows color (decimal): -6289384 or 1575072. OLE color: 1575072.

HSL color Cylindrical-coordinate representation of color #A00818: hue angle of 353.68º 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 #A00818 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 24 -
CMYK 0 0.95 0.85 0.37
HSL 353.68º 0.9% 0.33% -
HSV(B) 353.68º 0.95% 0.63% -
XYZ 14.75 7.71 1.58 -
YUV 55.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 160 8 24 0 0.95 0.85 0.37 353.68 0.9 0.33
Hex A0 8 18 0 5F 55 25 162 5A 21
Octal 240 10 30 0 137 125 45 542 132 41
Binary 10100000 1000 11000 0 1011111 1010101 100101 101100010 1011010 100001

Color Harmonies of #A00818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00818

Black with #A00818

Text Example


Text Example

White with #A00818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00818; }

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

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

background-color css

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

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

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

border-color css

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

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

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