Html Css Color HEX #99161F Carmine

📋 copy color: '#99161F'

red 153 ◦ green 22 ◦ blue 31

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

Shades of Carmine #99161F

Tints of Carmine #99161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 74.27%
G = 10.68%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99161F (or 0x99161F) is known color: Carmine. HEX triplet: 99, 16 and 1F. RGB value is (153,22,31). Sum of RGB (Red+Green+Blue) = 153+22+31=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99161F is #66E9E0. Grayscale: #3E3E3E. Windows color (decimal): -6744545 or 2037401. OLE color: 2037401.

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

Color convert

RGB 153 22 31 -
CMYK 0 0.86 0.80 0.4
HSL 355.88º 0.75% 0.34% -
HSV(B) 355.88º 0.86% 0.6% -
XYZ 13.67 7.45 2.01 -
YUV 62.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 153 22 31 0 0.86 0.80 0.4 355.88 0.75 0.34
Hex 99 16 1F 0 56 50 28 164 4B 22
Octal 231 26 37 0 126 120 50 544 113 42
Binary 10011001 10110 11111 0 1010110 1010000 101000 101100100 1001011 100010

Color Harmonies of #99161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99161F

Black with #99161F

Text Example


Text Example

White with #99161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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