#900F19

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

Shades of Carmine #900F19

Tints of Carmine #900F19

Color information

#900F19 (or 0x900F19) is unknown color: approx Carmine. HEX triplet: 90, 0F and 19. RGB value is (144,15,25). Sum of RGB (Red+Green+Blue) = 144+15+25=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #900F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F19 is #6FF0E6. Grayscale: #363636. Windows color (decimal): -7336167 or 1642384. OLE color: 1642384.

HSL color Cylindrical-coordinate representation of color #900F19: hue angle of 355.35º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F19 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1441525-
CMYK00.900.830.44
HSL355.35º81.13%31.18%-
HSV(B)355.35º89.58%56.47%-
XYZ11.856.341.52-
YUV54.71111.24191.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.26%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=78.26%
G=8.15%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144152500.900.830.44355.3581.1331.18
Hex90F1905A532C163511f
Octal220173101321235454312137
Binary10010000111111001010110101010011101100101100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900F19; }

 p { color: rgb(144,15,25); }

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

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

 a { background-color: rgb(144,15,25); }

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

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

 span { border-color: rgb(144,15,25); }

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