Html Css Color HEX #990116 Carmine

📋 copy color: '#990116'

red 153 ◦ green 1 ◦ blue 22

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

Shades of Carmine #990116

Tints of Carmine #990116

RGB

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

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

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

R = 86.93%
G = 0.57%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#990116 (or 0x990116) is known color: Carmine. HEX triplet: 99, 01 and 16. RGB value is (153,1,22). Sum of RGB (Red+Green+Blue) = 153+1+22=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #990116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990116 is #66FEE9. Grayscale: #303030. Windows color (decimal): -6749930 or 1442201. OLE color: 1442201.

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

Color convert

RGB 153 1 22 -
CMYK 0 0.99 0.86 0.4
HSL 351.71º 0.99% 0.3% -
HSV(B) 351.71º 0.99% 0.6% -
XYZ 13.29 6.85 1.38 -
YUV 48.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 153 1 22 0 0.99 0.86 0.4 351.71 0.99 0.3
Hex 99 1 16 0 63 56 28 160 63 1E
Octal 231 1 26 0 143 126 50 540 143 36
Binary 10011001 1 10110 0 1100011 1010110 101000 101100000 1100011 11110

Color Harmonies of #990116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990116

Black with #990116

Text Example


Text Example

White with #990116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990116; }

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

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

background-color css

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

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

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

border-color css

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

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

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