Html Css Color HEX #900816 Carmine

📋 copy color: '#900816'

red 144 ◦ green 8 ◦ blue 22

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

Shades of Carmine #900816

Tints of Carmine #900816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 82.76%
G = 4.6%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#900816 (or 0x900816) is known color: Carmine. HEX triplet: 90, 08 and 16. RGB value is (144,8,22). Sum of RGB (Red+Green+Blue) = 144+8+22=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #900816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900816 is #6FF7E9. Grayscale: #323232. Windows color (decimal): -7337962 or 1443984. OLE color: 1443984.

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

Color convert

RGB 144 8 22 -
CMYK 0 0.94 0.85 0.44
HSL 353.82º 0.89% 0.3% -
HSV(B) 353.82º 0.94% 0.56% -
XYZ 11.73 6.16 1.33 -
YUV 50.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 144 8 22 0 0.94 0.85 0.44 353.82 0.89 0.3
Hex 90 8 16 0 5E 55 2C 162 59 1E
Octal 220 10 26 0 136 125 54 542 131 36
Binary 10010000 1000 10110 0 1011110 1010101 101100 101100010 1011001 11110

Color Harmonies of #900816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900816

Black with #900816

Text Example


Text Example

White with #900816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900816; }

 p { color: rgb(144,8,22); }

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

background-color css

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

 a { background-color: rgb(144,8,22); }

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

border-color css

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

 span { border-color: rgb(144,8,22); }

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