#A70B21

Color #A70B21 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A70B21

Tints of Carmine #A70B21

Color information

#A70B21 (or 0xA70B21) is unknown color: approx Carmine. HEX triplet: A7, 0B and 21. RGB value is (167,11,33). Sum of RGB (Red+Green+Blue) = 167+11+33=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B21 is #58F4DE. Grayscale: #3C3C3C. Windows color (decimal): -5829855 or 2165671. OLE color: 2165671.

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

Color convert

RGB1671133-
CMYK00.930.800.35
HSL351.54º87.64%34.9%-
HSV(B)351.54º93.41%65.49%-
XYZ16.338.562.23-
YUV60.15112.68204.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.15%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=79.15%
G=5.21%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167113300.930.800.35351.5487.6434.9
HexA7B2105D50231605823
Octal247134101351204354013043
Binary1010011110111000010101110110100001000111011000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B21; }

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

 H1.HeaderClassName
 {
   color: #A70B21;
 }
 .AnyTagClassName
 {
   color: #A70B21;
 }
</style>
background-color css

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

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

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

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

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

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