#A90016

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

Shades of Carmine #A90016

Tints of Carmine #A90016

Color information

#A90016 (or 0xA90016) is unknown color: approx Carmine. HEX triplet: A9, 00 and 16. RGB value is (169,0,22). Sum of RGB (Red+Green+Blue) = 169+0+22=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A90016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90016 is #56FFE9. Grayscale: #353535. Windows color (decimal): -5701610 or 1441961. OLE color: 1441961.

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

Color convert

RGB169022-
CMYK010.870.34
HSL352.19º100%33.14%-
HSV(B)352.19º100%66.27%-
XYZ16.518.491.53-
YUV53.04110.49210.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=88.48%
G=0%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169022010.870.34352.1910033.14
HexA901606457221606421
Octal25102601441274254014441
Binary101010010101100110010010101111000101011000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90016; }

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

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

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

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

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

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

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

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