#900E23

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

Shades of Carmine #900E23

Tints of Carmine #900E23

Color information

#900E23 (or 0x900E23) is unknown color: approx Carmine. HEX triplet: 90, 0E and 23. RGB value is (144,14,35). Sum of RGB (Red+Green+Blue) = 144+14+35=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #900E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E23 is #6FF1DC. Grayscale: #373737. Windows color (decimal): -7336413 or 2297488. OLE color: 2297488.

HSL color Cylindrical-coordinate representation of color #900E23: hue angle of 350.31º degrees, saturation: 0.82, 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 #900E23 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1441435-
CMYK00.900.760.44
HSL350.31º82.28%30.98%-
HSV(B)350.31º90.28%56.47%-
XYZ11.966.362.19-
YUV55.26116.57191.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 74.61%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=74.61%
G=7.25%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144143500.900.760.44350.3182.2830.98
Hex90E2305A4C2C15e521f
Octal220164301321145453612237
Binary100100001110100011010110101001100101100101011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,14,35); }

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

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

 a { background-color: rgb(144,14,35); }

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

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

 span { border-color: rgb(144,14,35); }

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