#900124

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

Shades of Carmine #900124

Tints of Carmine #900124

Color information

#900124 (or 0x900124) is unknown color: approx Carmine. HEX triplet: 90, 01 and 24. RGB value is (144,1,36). Sum of RGB (Red+Green+Blue) = 144+1+36=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #900124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900124 is #6FFEDB. Grayscale: #2F2F2F. Windows color (decimal): -7339740 or 2359696. OLE color: 2359696.

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

Color convert

RGB144136-
CMYK00.990.750.44
HSL345.31º98.62%28.43%-
HSV(B)345.31º99.31%56.47%-
XYZ11.836.082.22-
YUV47.75121.38196.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.56%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=79.56%
G=0.55%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413600.990.750.44345.3198.6228.43
Hex901240634B2C159631c
Octal22014401431135453114334
Binary100100001100100011000111001011101100101011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900124; }

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

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

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

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

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

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

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

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