#900D1D

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

Shades of Carmine #900D1D

Tints of Carmine #900D1D

Color information

#900D1D (or 0x900D1D) is unknown color: approx Carmine. HEX triplet: 90, 0D and 1D. RGB value is (144,13,29). Sum of RGB (Red+Green+Blue) = 144+13+29=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #900D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D1D is #6FF2E2. Grayscale: #363636. Windows color (decimal): -7336675 or 1904016. OLE color: 1904016.

HSL color Cylindrical-coordinate representation of color #900D1D: hue angle of 352.67º 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 #900D1D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1441329-
CMYK00.910.800.44
HSL352.67º83.44%30.78%-
HSV(B)352.67º90.97%56.47%-
XYZ11.876.311.75-
YUV53.99113.9192.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.42%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=77.42%
G=6.99%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144132900.910.800.44352.6783.4430.78
Hex90D1D05B502C161531f
Octal220153501331205454112337
Binary10010000110111101010110111010000101100101100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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