Html Css Color HEX #990816 Carmine

📋 copy color: '#990816'

red 153 ◦ green 8 ◦ blue 22

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

Shades of Carmine #990816

Tints of Carmine #990816

RGB

 RED value IS 153 (60.16% from 255) = 83.61%

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

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

R = 83.61%
G = 4.37%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#990816 (or 0x990816) is known color: Carmine. HEX triplet: 99, 08 and 16. RGB value is (153,8,22). Sum of RGB (Red+Green+Blue) = 153+8+22=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #990816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990816 is #66F7E9. Grayscale: #353535. Windows color (decimal): -6748138 or 1443993. OLE color: 1443993.

HSL color Cylindrical-coordinate representation of color #990816: hue angle of 354.21º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990816 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 22 -
CMYK 0 0.95 0.86 0.4
HSL 354.21º 0.9% 0.32% -
HSV(B) 354.21º 0.95% 0.6% -
XYZ 13.37 7 1.41 -
YUV 52.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 153 8 22 0 0.95 0.86 0.4 354.21 0.9 0.32
Hex 99 8 16 0 5F 56 28 162 5A 20
Octal 231 10 26 0 137 126 50 542 132 40
Binary 10011001 1000 10110 0 1011111 1010110 101000 101100010 1011010 100000

Color Harmonies of #990816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990816

Black with #990816

Text Example


Text Example

White with #990816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990816; }

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

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

background-color css

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

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

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

border-color css

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

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

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