Html Css Color HEX #A00814 Carmine

📋 copy color: '#A00814'

red 160 ◦ green 8 ◦ blue 20

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

Shades of Carmine #A00814

Tints of Carmine #A00814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 85.11%
G = 4.26%
B = 10.64%

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

#A00814 (or 0xA00814) is known color: Carmine. HEX triplet: A0, 08 and 14. RGB value is (160,8,20). Sum of RGB (Red+Green+Blue) = 160+8+20=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A00814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00814 is #5FF7EB. Grayscale: #363636. Windows color (decimal): -6289388 or 1312928. OLE color: 1312928.

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

Color convert

RGB 160 8 20 -
CMYK 0 0.95 0.88 0.37
HSL 355.26º 0.9% 0.33% -
HSV(B) 355.26º 0.95% 0.63% -
XYZ 14.71 7.7 1.37 -
YUV 54.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 160 8 20 0 0.95 0.88 0.37 355.26 0.9 0.33
Hex A0 8 14 0 5F 58 25 163 5A 21
Octal 240 10 24 0 137 130 45 543 132 41
Binary 10100000 1000 10100 0 1011111 1011000 100101 101100011 1011010 100001

Color Harmonies of #A00814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00814

Black with #A00814

Text Example


Text Example

White with #A00814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00814; }

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

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

background-color css

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

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

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

border-color css

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

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

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