Html Css Color HEX #900220 Carmine

📋 copy color: '#900220'

red 144 ◦ green 2 ◦ blue 32

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

Shades of Carmine #900220

Tints of Carmine #900220

RGB

 RED value IS 144 (56.64% from 255) = 80.9%

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 80.9%
G = 1.12%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#900220 (or 0x900220) is known color: Carmine. HEX triplet: 90, 02 and 20. RGB value is (144,2,32). Sum of RGB (Red+Green+Blue) = 144+2+32=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #900220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900220 is #6FFDDF. Grayscale: #2F2F2F. Windows color (decimal): -7339488 or 2097808. OLE color: 2097808.

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

Color convert

RGB 144 2 32 -
CMYK 0 0.99 0.78 0.44
HSL 347.32º 0.97% 0.29% -
HSV(B) 347.32º 0.99% 0.56% -
XYZ 11.78 6.08 1.92 -
YUV 47.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 144 2 32 0 0.99 0.78 0.44 347.32 0.97 0.29
Hex 90 2 20 0 63 4E 2C 15B 61 1D
Octal 220 2 40 0 143 116 54 533 141 35
Binary 10010000 10 100000 0 1100011 1001110 101100 101011011 1100001 11101

Color Harmonies of #900220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900220

Black with #900220

Text Example


Text Example

White with #900220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900220; }

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

 H1.HeaderClassName
 {
   color: #900220;
 }
 .AnyTagClassName
 {
   color: #900220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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