#90121E

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

Shades of Carmine #90121E

Tints of Carmine #90121E

Color information

#90121E (or 0x90121E) is unknown color: approx Carmine. HEX triplet: 90, 12 and 1E. RGB value is (144,18,30). Sum of RGB (Red+Green+Blue) = 144+18+30=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90121E is #6FEDE1. Grayscale: #393939. Windows color (decimal): -7335394 or 1970832. OLE color: 1970832.

HSL color Cylindrical-coordinate representation of color #90121E: hue angle of 354.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90121E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1441830-
CMYK00.880.790.44
HSL354.29º77.78%31.76%-
HSV(B)354.29º87.5%56.47%-
XYZ11.956.461.84-
YUV57.04112.74190.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=75%
G=9.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144183000.880.790.44354.2977.7831.76
Hex90121E0584F2C1624e20
Octal220223601301175454211640
Binary1001000010010111100101100010011111011001011000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90121E; }

 p { color: rgb(144,18,30); }

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

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

 a { background-color: rgb(144,18,30); }

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

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

 span { border-color: rgb(144,18,30); }

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