#A9012B

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

Shades of Carmine #A9012B

Tints of Carmine #A9012B

Color information

#A9012B (or 0xA9012B) is unknown color: approx Carmine. HEX triplet: A9, 01 and 2B. RGB value is (169,1,43). Sum of RGB (Red+Green+Blue) = 169+1+43=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A9012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9012B is #56FED4. Grayscale: #383838. Windows color (decimal): -5701333 or 2818473. OLE color: 2818473.

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

Color convert

RGB169143-
CMYK00.990.750.34
HSL345º98.82%33.33%-
HSV(B)345º99.41%66.27%-
XYZ16.818.633.07-
YUV56.02120.66208.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 79.34%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=79.34%
G=0.47%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914300.990.750.3434598.8233.33
HexA912B0634B221596321
Octal25115301431134253114341
Binary1010100111010110110001110010111000101010110011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9012B; }

 p { color: rgb(169,1,43); }

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

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

 a { background-color: rgb(169,1,43); }

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

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

 span { border-color: rgb(169,1,43); }

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