#900a1c

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

Shades of Carmine #900A1C

Tints of Carmine #900A1C

Color information

#900A1C (or 0x900A1C) is unknown color: approx Carmine. HEX triplet: 90, 0A and 1C. RGB value is (144,10,28). Sum of RGB (Red+Green+Blue) = 144+10+28=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #900A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A1C is #6FF5E3. Grayscale: #343434. Windows color (decimal): -7337444 or 1837712. OLE color: 1837712.

HSL color Cylindrical-coordinate representation of color #900A1C: hue angle of 351.94º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A1C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1441028-
CMYK00.930.810.44
HSL351.94º87.01%30.2%-
HSV(B)351.94º93.06%56.47%-
XYZ11.826.231.68-
YUV52.12114.39193.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.12%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=79.12%
G=5.49%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144102800.930.810.44351.9487.0130.2
Hex90A1C05D512C160571e
Octal220123401351215454012736
Binary10010000101011100010111011010001101100101100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,10,28); }

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

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

 a { background-color: rgb(144,10,28); }

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

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

 span { border-color: rgb(144,10,28); }

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