Html Css Color HEX #A00816 Carmine

📋 copy color: '#A00816'

red 160 ◦ green 8 ◦ blue 22

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

Shades of Carmine #A00816

Tints of Carmine #A00816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 84.21%
G = 4.21%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00816 (or 0xA00816) is known color: Carmine. HEX triplet: A0, 08 and 16. RGB value is (160,8,22). Sum of RGB (Red+Green+Blue) = 160+8+22=190 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.21% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 160 - color contains mainly: red. Hex color #A00816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00816 is #5FF7E9. Grayscale: #373737. Windows color (decimal): -6289386 or 1444000. OLE color: 1444000.

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

Color convert

RGB 160 8 22 -
CMYK 0 0.95 0.86 0.37
HSL 354.47º 0.9% 0.33% -
HSV(B) 354.47º 0.95% 0.63% -
XYZ 14.73 7.71 1.47 -
YUV 55.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 160 8 22 0 0.95 0.86 0.37 354.47 0.9 0.33
Hex A0 8 16 0 5F 56 25 162 5A 21
Octal 240 10 26 0 137 126 45 542 132 41
Binary 10100000 1000 10110 0 1011111 1010110 100101 101100010 1011010 100001

Color Harmonies of #A00816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00816

Black with #A00816

Text Example


Text Example

White with #A00816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00816; }

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

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

background-color css

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

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

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

border-color css

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

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

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