#90021E

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

Shades of Carmine #90021E

Tints of Carmine #90021E

Color information

#90021E (or 0x90021E) is unknown color: approx Carmine. HEX triplet: 90, 02 and 1E. RGB value is (144,2,30). Sum of RGB (Red+Green+Blue) = 144+2+30=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #90021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90021E is #6FFDE1. Grayscale: #2F2F2F. Windows color (decimal): -7339490 or 1966736. OLE color: 1966736.

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

Color convert

RGB144230-
CMYK00.990.790.44
HSL348.17º97.26%28.63%-
HSV(B)348.17º98.61%56.47%-
XYZ11.766.071.78-
YUV47.65118.04196.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=81.82%
G=1.14%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14423000.990.790.44348.1797.2628.63
Hex9021E0634F2C15c611d
Octal22023601431175453414135
Binary100100001011110011000111001111101100101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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