#900D1E

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

Shades of Carmine #900D1E

Tints of Carmine #900D1E

Color information

#900D1E (or 0x900D1E) is unknown color: approx Carmine. HEX triplet: 90, 0D and 1E. RGB value is (144,13,30). Sum of RGB (Red+Green+Blue) = 144+13+30=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D1E is #6FF2E1. Grayscale: #363636. Windows color (decimal): -7336674 or 1969552. OLE color: 1969552.

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

Color convert

RGB1441330-
CMYK00.910.790.44
HSL352.21º83.44%30.78%-
HSV(B)352.21º90.97%56.47%-
XYZ11.886.311.82-
YUV54.11114.4192.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.01%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=77.01%
G=6.95%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144133000.910.790.44352.2183.4430.78
Hex90D1E05B4F2C160531f
Octal220153601331175454012337
Binary10010000110111110010110111001111101100101100000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,13,30); }

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

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

 a { background-color: rgb(144,13,30); }

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

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

 span { border-color: rgb(144,13,30); }

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