Html Css Color HEX #A00821 Carmine

📋 copy color: '#A00821'

red 160 ◦ green 8 ◦ blue 33

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

Shades of Carmine #A00821

Tints of Carmine #A00821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.42%

R = 79.6%
G = 3.98%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A00821 (or 0xA00821) is known color: Carmine. HEX triplet: A0, 08 and 21. RGB value is (160,8,33). Sum of RGB (Red+Green+Blue) = 160+8+33=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00821 is #5FF7DE. Grayscale: #383838. Windows color (decimal): -6289375 or 2164896. OLE color: 2164896.

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

Color convert

RGB 160 8 33 -
CMYK 0 0.95 0.79 0.37
HSL 350.13º 0.9% 0.33% -
HSV(B) 350.13º 0.95% 0.63% -
XYZ 14.86 7.76 2.15 -
YUV 56.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 160 8 33 0 0.95 0.79 0.37 350.13 0.9 0.33
Hex A0 8 21 0 5F 4F 25 15E 5A 21
Octal 240 10 41 0 137 117 45 536 132 41
Binary 10100000 1000 100001 0 1011111 1001111 100101 101011110 1011010 100001

Color Harmonies of #A00821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00821

Black with #A00821

Text Example


Text Example

White with #A00821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00821; }

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

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

background-color css

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

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

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

border-color css

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

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

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