#900f1d

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

Shades of Carmine #900F1D

Tints of Carmine #900F1D

Color information

#900F1D (or 0x900F1D) is unknown color: approx Carmine. HEX triplet: 90, 0F and 1D. RGB value is (144,15,29). Sum of RGB (Red+Green+Blue) = 144+15+29=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F1D is #6FF0E2. Grayscale: #373737. Windows color (decimal): -7336163 or 1904528. OLE color: 1904528.

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

Color convert

RGB1441529-
CMYK00.900.800.44
HSL353.49º81.13%31.18%-
HSV(B)353.49º89.58%56.47%-
XYZ11.896.361.76-
YUV55.17113.24191.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.60%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=76.60%
G=7.98%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144152900.900.800.44353.4981.1331.18
Hex90F1D05A502C161511f
Octal220173501321205454112137
Binary10010000111111101010110101010000101100101100001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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