Html Css Color HEX #911C16 Mandarian Orange

📋 copy color: '#911C16'

red 145 ◦ green 28 ◦ blue 22

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

Shades of Mandarian Orange #911C16

Tints of Mandarian Orange #911C16

RGB

 RED value IS 145 (57.03% from 255) = 74.36%

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

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

R = 74.36%
G = 14.36%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#911C16 (or 0x911C16) is known color: Mandarian Orange. HEX triplet: 91, 1C and 16. RGB value is (145,28,22). Sum of RGB (Red+Green+Blue) = 145+28+22=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #911C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C16 is #6EE3E9. Grayscale: #3E3E3E. Windows color (decimal): -7267306 or 1449105. OLE color: 1449105.

HSL color Cylindrical-coordinate representation of color #911C16: hue angle of 2.93º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911C16 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 28 22 -
CMYK 0 0.81 0.85 0.43
HSL 2.93º 0.74% 0.33% -
HSV(B) 2.93º 0.85% 0.57% -
XYZ 12.24 6.91 1.45 -
YUV 62.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 145 28 22 0 0.81 0.85 0.43 2.93 0.74 0.33
Hex 91 1C 16 0 51 55 2B 3 4A 21
Octal 221 34 26 0 121 125 53 3 112 41
Binary 10010001 11100 10110 0 1010001 1010101 101011 11 1001010 100001

Color Harmonies of #911C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C16

Black with #911C16

Text Example


Text Example

White with #911C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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