Html Css Color HEX #9C160E Mandarian Orange

📋 copy color: '#9C160E'

red 156 ◦ green 22 ◦ blue 14

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

Shades of Mandarian Orange #9C160E

Tints of Mandarian Orange #9C160E

RGB

 RED value IS 156 (61.33% from 255) = 81.25%

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 81.25%
G = 11.46%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C160E (or 0x9C160E) is known color: Mandarian Orange. HEX triplet: 9C, 16 and 0E. RGB value is (156,22,14). Sum of RGB (Red+Green+Blue) = 156+22+14=192 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.25% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 156 - color contains mainly: red. Hex color #9C160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C160E is #63E9F1. Grayscale: #3D3D3D. Windows color (decimal): -6547954 or 923292. OLE color: 923292.

HSL color Cylindrical-coordinate representation of color #9C160E: hue angle of 3.38º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C160E is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 14 -
CMYK 0 0.86 0.91 0.39
HSL 3.38º 0.84% 0.33% -
HSV(B) 3.38º 0.91% 0.61% -
XYZ 14.08 7.67 1.15 -
YUV 61.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 156 22 14 0 0.86 0.91 0.39 3.38 0.84 0.33
Hex 9C 16 E 0 56 5B 27 3 54 21
Octal 234 26 16 0 126 133 47 3 124 41
Binary 10011100 10110 1110 0 1010110 1011011 100111 11 1010100 100001

Color Harmonies of #9C160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C160E

Black with #9C160E

Text Example


Text Example

White with #9C160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C160E; }

 p { color: rgb(156,22,14); }

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

background-color css

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

 a { background-color: rgb(156,22,14); }

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

border-color css

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

 span { border-color: rgb(156,22,14); }

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