Html Css Color HEX #900120 Carmine

📋 copy color: '#900120'

red 144 ◦ green 1 ◦ blue 32

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

Shades of Carmine #900120

Tints of Carmine #900120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 81.36%
G = 0.56%
B = 18.08%

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

#900120 (or 0x900120) is known color: Carmine. HEX triplet: 90, 01 and 20. RGB value is (144,1,32). Sum of RGB (Red+Green+Blue) = 144+1+32=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #900120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900120 is #6FFEDF. Grayscale: #2F2F2F. Windows color (decimal): -7339744 or 2097552. OLE color: 2097552.

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

Color convert

RGB 144 1 32 -
CMYK 0 0.99 0.78 0.44
HSL 346.99º 0.99% 0.28% -
HSV(B) 346.99º 0.99% 0.56% -
XYZ 11.77 6.06 1.91 -
YUV 47.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 144 1 32 0 0.99 0.78 0.44 346.99 0.99 0.28
Hex 90 1 20 0 63 4E 2C 15B 63 1C
Octal 220 1 40 0 143 116 54 533 143 34
Binary 10010000 1 100000 0 1100011 1001110 101100 101011011 1100011 11100

Color Harmonies of #900120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900120

Black with #900120

Text Example


Text Example

White with #900120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900120; }

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

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

background-color css

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

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

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

border-color css

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

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

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