#A90D22

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

Shades of Carmine #A90D22

Tints of Carmine #A90D22

Color information

#A90D22 (or 0xA90D22) is unknown color: approx Carmine. HEX triplet: A9, 0D and 22. RGB value is (169,13,34). Sum of RGB (Red+Green+Blue) = 169+13+34=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90D22 is #56F2DD. Grayscale: #3E3E3E. Windows color (decimal): -5698270 or 2231721. OLE color: 2231721.

HSL color Cylindrical-coordinate representation of color #A90D22: hue angle of 351.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90D22 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1691334-
CMYK00.920.800.34
HSL351.92º85.71%35.69%-
HSV(B)351.92º92.31%66.27%-
XYZ16.798.842.33-
YUV62.04112.18204.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.24%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=78.24%
G=6.02%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169133400.920.800.34351.9285.7135.69
HexA9D2205C50221605624
Octal251154201341204254012644
Binary1010100111011000100101110010100001000101011000001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90D22; }

 p { color: rgb(169,13,34); }

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

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

 a { background-color: rgb(169,13,34); }

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

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

 span { border-color: rgb(169,13,34); }

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