#a8002b

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

Shades of Carmine #A8002B

Tints of Carmine #A8002B

Color information

#A8002B (or 0xA8002B) is unknown color: approx Carmine. HEX triplet: A8, 00 and 2B. RGB value is (168,0,43). Sum of RGB (Red+Green+Blue) = 168+0+43=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A8002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8002B is #57FFD4. Grayscale: #373737. Windows color (decimal): -5767125 or 2818216. OLE color: 2818216.

HSL color Cylindrical-coordinate representation of color #A8002B: hue angle of 344.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8002B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB168043-
CMYK010.740.34
HSL344.64º100%32.94%-
HSV(B)344.64º100%65.88%-
XYZ16.588.53.05-
YUV55.13121.16208.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 79.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=79.62%
G=0%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168043010.740.34344.6410032.94
HexA802B0644A221596421
Octal25005301441124253114441
Binary1010100001010110110010010010101000101010110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8002b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8002b; }

 p { color: rgb(168,0,43); }

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

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

 a { background-color: rgb(168,0,43); }

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

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

 span { border-color: rgb(168,0,43); }

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