#900113

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

Shades of Carmine #900113

Tints of Carmine #900113

Color information

#900113 (or 0x900113) is unknown color: approx Carmine. HEX triplet: 90, 01 and 13. RGB value is (144,1,19). Sum of RGB (Red+Green+Blue) = 144+1+19=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #900113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900113 is #6FFEEC. Grayscale: #2D2D2D. Windows color (decimal): -7339757 or 1245584. OLE color: 1245584.

HSL color Cylindrical-coordinate representation of color #900113: hue angle of 352.45º 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 #900113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB144119-
CMYK00.990.870.44
HSL352.45º98.62%28.43%-
HSV(B)352.45º99.31%56.47%-
XYZ11.6361.16-
YUV45.81112.88198.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 87.80%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=87.80%
G=0.61%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411900.990.870.44352.4598.6228.43
Hex90113063572C160631c
Octal22012301431275454014334
Binary10010000110011011000111010111101100101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900113; }

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

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

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

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

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

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

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

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