#a2001b

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

Shades of Carmine #A2001B

Tints of Carmine #A2001B

Color information

#A2001B (or 0xA2001B) is unknown color: approx Carmine. HEX triplet: A2, 00 and 1B. RGB value is (162,0,27). Sum of RGB (Red+Green+Blue) = 162+0+27=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001B is #5DFFE4. Grayscale: #333333. Windows color (decimal): -6160357 or 1769634. OLE color: 1769634.

HSL color Cylindrical-coordinate representation of color #A2001B: hue angle of 350º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2001B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB162027-
CMYK010.830.36
HSL350º100%31.76%-
HSV(B)350º100%63.53%-
XYZ15.17.761.74-
YUV51.52114.17206.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=85.71%
G=0%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162027010.830.3635010031.76
HexA201B064532415e6420
Octal24203301441234453614440
Binary101000100110110110010010100111001001010111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2001b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2001b; }

 p { color: rgb(162,0,27); }

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

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

 a { background-color: rgb(162,0,27); }

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

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

 span { border-color: rgb(162,0,27); }

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