#A90032

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

Shades of Carmine #A90032

Tints of Carmine #A90032

Color information

#A90032 (or 0xA90032) is unknown color: approx Carmine. HEX triplet: A9, 00 and 32. RGB value is (169,0,50). Sum of RGB (Red+Green+Blue) = 169+0+50=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A90032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90032 is #56FFCD. Grayscale: #383838. Windows color (decimal): -5701582 or 3276969. OLE color: 3276969.

HSL color Cylindrical-coordinate representation of color #A90032: hue angle of 342.25º 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 #A90032 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB169050-
CMYK010.700.34
HSL342.25º100%33.14%-
HSV(B)342.25º100%66.27%-
XYZ16.948.673.8-
YUV56.23124.49208.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=77.17%
G=0%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169050010.700.34342.2510033.14
HexA903206446221566421
Octal25106201441064252614441
Binary1010100101100100110010010001101000101010101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90032; }

 p { color: rgb(169,0,50); }

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

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

 a { background-color: rgb(169,0,50); }

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

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

 span { border-color: rgb(169,0,50); }

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