#901518

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

Shades of Carmine #901518

Tints of Carmine #901518

Color information

#901518 (or 0x901518) is unknown color: approx Carmine. HEX triplet: 90, 15 and 18. RGB value is (144,21,24). Sum of RGB (Red+Green+Blue) = 144+21+24=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901518 is #6FEAE7. Grayscale: #3A3A3A. Windows color (decimal): -7334632 or 1578384. OLE color: 1578384.

HSL color Cylindrical-coordinate representation of color #901518: hue angle of 358.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901518 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1442124-
CMYK00.850.830.44
HSL358.54º74.55%32.35%-
HSV(B)358.54º85.42%56.47%-
XYZ11.936.531.5-
YUV58.12108.75189.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.19%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=76.19%
G=11.11%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144212400.850.830.44358.5474.5532.35
Hex901518055532C1674b20
Octal220253001251235454711340
Binary1001000010101110000101010110100111011001011001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901518; }

 p { color: rgb(144,21,24); }

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

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

 a { background-color: rgb(144,21,24); }

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

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

 span { border-color: rgb(144,21,24); }

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