#900916

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

Shades of Carmine #900916

Tints of Carmine #900916

Color information

#900916 (or 0x900916) is unknown color: approx Carmine. HEX triplet: 90, 09 and 16. RGB value is (144,9,22). Sum of RGB (Red+Green+Blue) = 144+9+22=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900916 is #6FF6E9. Grayscale: #323232. Windows color (decimal): -7337706 or 1444240. OLE color: 1444240.

HSL color Cylindrical-coordinate representation of color #900916: hue angle of 354.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900916 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB144922-
CMYK00.940.850.44
HSL354.22º88.24%30%-
HSV(B)354.22º93.75%56.47%-
XYZ11.746.181.33-
YUV50.85111.73194.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.29%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=82.29%
G=5.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14492200.940.850.44354.2288.2430
Hex9091605E552C162581e
Octal220112601361255454213036
Binary10010000100110110010111101010101101100101100010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900916; }

 p { color: rgb(144,9,22); }

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

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

 a { background-color: rgb(144,9,22); }

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

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

 span { border-color: rgb(144,9,22); }

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