Html Css Color HEX #900920 Carmine

📋 copy color: '#900920'

red 144 ◦ green 9 ◦ blue 32

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

Shades of Carmine #900920

Tints of Carmine #900920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 77.84%
G = 4.86%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#900920 (or 0x900920) is known color: Carmine. HEX triplet: 90, 09 and 20. RGB value is (144,9,32). Sum of RGB (Red+Green+Blue) = 144+9+32=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900920 is #6FF6DF. Grayscale: #343434. Windows color (decimal): -7337696 or 2099600. OLE color: 2099600.

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

Color convert

RGB 144 9 32 -
CMYK 0 0.94 0.78 0.44
HSL 349.78º 0.88% 0.3% -
HSV(B) 349.78º 0.94% 0.56% -
XYZ 11.86 6.23 1.94 -
YUV 51.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 144 9 32 0 0.94 0.78 0.44 349.78 0.88 0.3
Hex 90 9 20 0 5E 4E 2C 15E 58 1E
Octal 220 11 40 0 136 116 54 536 130 36
Binary 10010000 1001 100000 0 1011110 1001110 101100 101011110 1011000 11110

Color Harmonies of #900920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900920

Black with #900920

Text Example


Text Example

White with #900920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900920; }

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

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

background-color css

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

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

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

border-color css

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

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

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