#901521

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

Shades of Carmine #901521

Tints of Carmine #901521

Color information

#901521 (or 0x901521) is unknown color: approx Carmine. HEX triplet: 90, 15 and 21. RGB value is (144,21,33). Sum of RGB (Red+Green+Blue) = 144+21+33=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #901521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901521 is #6FEADE. Grayscale: #3B3B3B. Windows color (decimal): -7334623 or 2168208. OLE color: 2168208.

HSL color Cylindrical-coordinate representation of color #901521: hue angle of 354.15º 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 #901521 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1442133-
CMYK00.850.770.44
HSL354.15º74.55%32.35%-
HSV(B)354.15º85.42%56.47%-
XYZ12.046.582.07-
YUV59.14113.25188.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=72.73%
G=10.61%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144213300.850.770.44354.1574.5532.35
Hex9015210554D2C1624b20
Octal220254101251155454211340
Binary10010000101011000010101010110011011011001011000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901521; }

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

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

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

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

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

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

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

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