#900112

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

Shades of Carmine #900112

Tints of Carmine #900112

Color information

#900112 (or 0x900112) is unknown color: approx Carmine. HEX triplet: 90, 01 and 12. RGB value is (144,1,18). Sum of RGB (Red+Green+Blue) = 144+1+18=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #900112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900112 is #6FFEED. Grayscale: #2D2D2D. Windows color (decimal): -7339758 or 1180048. OLE color: 1180048.

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

Color convert

RGB144118-
CMYK00.990.880.44
HSL352.87º98.62%28.43%-
HSV(B)352.87º99.31%56.47%-
XYZ11.625.991.12-
YUV45.7112.38198.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 88.34%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=88.34%
G=0.61%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411800.990.880.44352.8798.6228.43
Hex90112063582C161631c
Octal22012201431305454114334
Binary10010000110010011000111011000101100101100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900112; }

 p { color: rgb(144,1,18); }

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

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

 a { background-color: rgb(144,1,18); }

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

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

 span { border-color: rgb(144,1,18); }

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