Html Css Color HEX #9D160C Mandarian Orange

📋 copy color: '#9D160C'

red 157 ◦ green 22 ◦ blue 12

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

Shades of Mandarian Orange #9D160C

Tints of Mandarian Orange #9D160C

RGB

 RED value IS 157 (61.72% from 255) = 82.2%

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

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 82.2%
G = 11.52%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D160C (or 0x9D160C) is known color: Mandarian Orange. HEX triplet: 9D, 16 and 0C. RGB value is (157,22,12). Sum of RGB (Red+Green+Blue) = 157+22+12=191 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.20% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 157 - color contains mainly: red. Hex color #9D160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D160C is #62E9F3. Grayscale: #3D3D3D. Windows color (decimal): -6482420 or 792221. OLE color: 792221.

HSL color Cylindrical-coordinate representation of color #9D160C: hue angle of 4.14º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D160C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 22 12 -
CMYK 0 0.86 0.92 0.38
HSL 4.14º 0.86% 0.33% -
HSV(B) 4.14º 0.92% 0.62% -
XYZ 14.26 7.77 1.1 -
YUV 61.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 157 22 12 0 0.86 0.92 0.38 4.14 0.86 0.33
Hex 9D 16 C 0 56 5C 26 4 56 21
Octal 235 26 14 0 126 134 46 4 126 41
Binary 10011101 10110 1100 0 1010110 1011100 100110 100 1010110 100001

Color Harmonies of #9D160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D160C

Black with #9D160C

Text Example


Text Example

White with #9D160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,12); }

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

background-color css

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

 a { background-color: rgb(157,22,12); }

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

border-color css

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

 span { border-color: rgb(157,22,12); }

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