#90021C

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

Shades of Carmine #90021C

Tints of Carmine #90021C

Color information

#90021C (or 0x90021C) is unknown color: approx Carmine. HEX triplet: 90, 02 and 1C. RGB value is (144,2,28). Sum of RGB (Red+Green+Blue) = 144+2+28=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #90021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90021C is #6FFDE3. Grayscale: #2F2F2F. Windows color (decimal): -7339492 or 1835664. OLE color: 1835664.

HSL color Cylindrical-coordinate representation of color #90021C: hue angle of 349.01º 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 #90021C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB144228-
CMYK00.990.810.44
HSL349.01º97.26%28.63%-
HSV(B)349.01º98.61%56.47%-
XYZ11.736.061.65-
YUV47.42117.04196.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.76%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=82.76%
G=1.15%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14422800.990.810.44349.0197.2628.63
Hex9021C063512C15d611d
Octal22023401431215453514135
Binary100100001011100011000111010001101100101011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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