Html Css Color HEX #900919 Carmine

📋 copy color: '#900919'

red 144 ◦ green 9 ◦ blue 25

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

Shades of Carmine #900919

Tints of Carmine #900919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 80.9%
G = 5.06%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#900919 (or 0x900919) is known color: Carmine. HEX triplet: 90, 09 and 19. RGB value is (144,9,25). Sum of RGB (Red+Green+Blue) = 144+9+25=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #900919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900919 is #6FF6E6. Grayscale: #333333. Windows color (decimal): -7337703 or 1640848. OLE color: 1640848.

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

Color convert

RGB 144 9 25 -
CMYK 0 0.94 0.83 0.44
HSL 352.89º 0.88% 0.3% -
HSV(B) 352.89º 0.94% 0.56% -
XYZ 11.77 6.19 1.49 -
YUV 51.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 144 9 25 0 0.94 0.83 0.44 352.89 0.88 0.3
Hex 90 9 19 0 5E 53 2C 161 58 1E
Octal 220 11 31 0 136 123 54 541 130 36
Binary 10010000 1001 11001 0 1011110 1010011 101100 101100001 1011000 11110

Color Harmonies of #900919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900919

Black with #900919

Text Example


Text Example

White with #900919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900919; }

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

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

background-color css

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

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

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

border-color css

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

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

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