#A90B24

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

Shades of Carmine #A90B24

Tints of Carmine #A90B24

Color information

#A90B24 (or 0xA90B24) is unknown color: approx Carmine. HEX triplet: A9, 0B and 24. RGB value is (169,11,36). Sum of RGB (Red+Green+Blue) = 169+11+36=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B24 is #56F4DB. Grayscale: #3D3D3D. Windows color (decimal): -5698780 or 2362281. OLE color: 2362281.

HSL color Cylindrical-coordinate representation of color #A90B24: hue angle of 350.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B24 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1691136-
CMYK00.930.790.34
HSL350.51º87.78%35.29%-
HSV(B)350.51º93.49%66.27%-
XYZ16.88.82.48-
YUV61.09113.85204.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.24%
GREEN value IS 11 (4.69% from 255) = 5.09%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=78.24%
G=5.09%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169113600.930.790.34350.5187.7835.29
HexA9B2405D4F2215f5823
Octal251134401351174253713043
Binary1010100110111001000101110110011111000101010111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B24; }

 p { color: rgb(169,11,36); }

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

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

 a { background-color: rgb(169,11,36); }

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

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

 span { border-color: rgb(169,11,36); }

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