Html Css Color HEX #991C16 Mandarian Orange

📋 copy color: '#991C16'

red 153 ◦ green 28 ◦ blue 22

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

Shades of Mandarian Orange #991C16

Tints of Mandarian Orange #991C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

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

R = 75.37%
G = 13.79%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#991C16 (or 0x991C16) is known color: Mandarian Orange. HEX triplet: 99, 1C and 16. RGB value is (153,28,22). Sum of RGB (Red+Green+Blue) = 153+28+22=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #991C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C16 is #66E3E9. Grayscale: #404040. Windows color (decimal): -6743018 or 1449113. OLE color: 1449113.

HSL color Cylindrical-coordinate representation of color #991C16: hue angle of 2.75º 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 #991C16 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 22 -
CMYK 0 0.82 0.86 0.4
HSL 2.75º 0.75% 0.34% -
HSV(B) 2.75º 0.86% 0.6% -
XYZ 13.7 7.66 1.52 -
YUV 64.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 153 28 22 0 0.82 0.86 0.4 2.75 0.75 0.34
Hex 99 1C 16 0 52 56 28 3 4B 22
Octal 231 34 26 0 122 126 50 3 113 42
Binary 10011001 11100 10110 0 1010010 1010110 101000 11 1001011 100010

Color Harmonies of #991C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C16

Black with #991C16

Text Example


Text Example

White with #991C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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