Html Css Color HEX #90021C Carmine

📋 copy color: '#90021C'

red 144 ◦ green 2 ◦ blue 28

#90021C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #90021C

Tints of Carmine #90021C

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 value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90021C (or 0x90021C) is known color: 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

RGB 144 2 28 -
CMYK 0 0.99 0.81 0.44
HSL 349.01º 0.97% 0.29% -
HSV(B) 349.01º 0.99% 0.56% -
XYZ 11.73 6.06 1.65 -
YUV 47.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 144 2 28 0 0.99 0.81 0.44 349.01 0.97 0.29
Hex 90 2 1C 0 63 51 2C 15D 61 1D
Octal 220 2 34 0 143 121 54 535 141 35
Binary 10010000 10 11100 0 1100011 1010001 101100 101011101 1100001 11101

Color Harmonies of #90021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90021C

Black with #90021C

Text Example


Text Example

White with #90021C

Text Example


Text Example

HTML Codes & Css Web 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>