Html Css Color HEX #A70821 Carmine

📋 copy color: '#A70821'

red 167 ◦ green 8 ◦ blue 33

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

Shades of Carmine #A70821

Tints of Carmine #A70821

RGB

 RED value IS 167 (65.63% from 255) = 80.29%

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

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

R = 80.29%
G = 3.85%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A70821 (or 0xA70821) is known color: Carmine. HEX triplet: A7, 08 and 21. RGB value is (167,8,33). Sum of RGB (Red+Green+Blue) = 167+8+33=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A70821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70821 is #58F7DE. Grayscale: #3A3A3A. Windows color (decimal): -5830623 or 2164903. OLE color: 2164903.

HSL color Cylindrical-coordinate representation of color #A70821: hue angle of 350.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70821 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 8 33 -
CMYK 0 0.95 0.80 0.35
HSL 350.57º 0.91% 0.34% -
HSV(B) 350.57º 0.95% 0.65% -
XYZ 16.3 8.5 2.22 -
YUV 58.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 167 8 33 0 0.95 0.80 0.35 350.57 0.91 0.34
Hex A7 8 21 0 5F 50 23 15F 5B 22
Octal 247 10 41 0 137 120 43 537 133 42
Binary 10100111 1000 100001 0 1011111 1010000 100011 101011111 1011011 100010

Color Harmonies of #A70821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70821

Black with #A70821

Text Example


Text Example

White with #A70821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70821; }

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

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

background-color css

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

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

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

border-color css

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

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

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