#A0002B

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

Shades of Carmine #A0002B

Tints of Carmine #A0002B

Color information

#A0002B (or 0xA0002B) is unknown color: approx Carmine. HEX triplet: A0, 00 and 2B. RGB value is (160,0,43). Sum of RGB (Red+Green+Blue) = 160+0+43=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A0002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0002B is #5FFFD4. Grayscale: #343434. Windows color (decimal): -6291413 or 2818208. OLE color: 2818208.

HSL color Cylindrical-coordinate representation of color #A0002B: hue angle of 343.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0002B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB160043-
CMYK010.730.37
HSL343.88º100%31.37%-
HSV(B)343.88º100%62.75%-
XYZ14.937.652.97-
YUV52.74122.51204.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=78.82%
G=0%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160043010.730.37343.8810031.37
HexA002B0644925158641f
Octal24005301441114553014437
Binary101000000101011011001001001001100101101011000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0002B; }

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

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

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

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

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

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

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

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