Html Css Color HEX #901120 Carmine

📋 copy color: '#901120'

red 144 ◦ green 17 ◦ blue 32

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

Shades of Carmine #901120

Tints of Carmine #901120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

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

R = 74.61%
G = 8.81%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#901120 (or 0x901120) is known color: Carmine. HEX triplet: 90, 11 and 20. RGB value is (144,17,32). Sum of RGB (Red+Green+Blue) = 144+17+32=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #901120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901120 is #6FEEDF. Grayscale: #383838. Windows color (decimal): -7335648 or 2101648. OLE color: 2101648.

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

Color convert

RGB 144 17 32 -
CMYK 0 0.88 0.78 0.44
HSL 352.91º 0.79% 0.32% -
HSV(B) 352.91º 0.88% 0.56% -
XYZ 11.96 6.43 1.98 -
YUV 56.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 144 17 32 0 0.88 0.78 0.44 352.91 0.79 0.32
Hex 90 11 20 0 58 4E 2C 161 4F 20
Octal 220 21 40 0 130 116 54 541 117 40
Binary 10010000 10001 100000 0 1011000 1001110 101100 101100001 1001111 100000

Color Harmonies of #901120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901120

Black with #901120

Text Example


Text Example

White with #901120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901120; }

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

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

background-color css

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

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

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

border-color css

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

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

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