#A90E29

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

Shades of Carmine #A90E29

Tints of Carmine #A90E29

Color information

#A90E29 (or 0xA90E29) is unknown color: approx Carmine. HEX triplet: A9, 0E and 29. RGB value is (169,14,41). Sum of RGB (Red+Green+Blue) = 169+14+41=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E29 is #56F1D6. Grayscale: #3F3F3F. Windows color (decimal): -5698007 or 2690729. OLE color: 2690729.

HSL color Cylindrical-coordinate representation of color #A90E29: hue angle of 349.55º degrees, saturation: 0.85, 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 #A90E29 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1691441-
CMYK00.920.760.34
HSL349.55º84.7%35.88%-
HSV(B)349.55º91.72%66.27%-
XYZ16.928.912.93-
YUV63.42115.35203.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.45%
GREEN value IS 14 (5.86% from 255) = 6.25%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=75.45%
G=6.25%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169144100.920.760.34349.5584.735.88
HexA9E2905C4C2215e5524
Octal251165101341144253612544
Binary1010100111101010010101110010011001000101010111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E29; }

 p { color: rgb(169,14,41); }

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

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

 a { background-color: rgb(169,14,41); }

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

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

 span { border-color: rgb(169,14,41); }

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