#a90b13

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

Shades of Carmine #A90B13

Tints of Carmine #A90B13

Color information

#A90B13 (or 0xA90B13) is unknown color: approx Carmine. HEX triplet: A9, 0B and 13. RGB value is (169,11,19). Sum of RGB (Red+Green+Blue) = 169+11+19=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90B13 is #56F4EC. Grayscale: #3B3B3B. Windows color (decimal): -5698797 or 1248169. OLE color: 1248169.

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

Color convert

RGB1691119-
CMYK00.930.890.34
HSL356.96º87.78%35.29%-
HSV(B)356.96º93.49%66.27%-
XYZ16.68.721.42-
YUV59.15105.35206.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 84.92%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=84.92%
G=5.53%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169111900.930.890.34356.9687.7835.29
HexA9B1305D59221655823
Octal251132301351314254513043
Binary101010011011100110101110110110011000101011001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90b13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90b13; }

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

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

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

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

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

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

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

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