Html Css Color HEX #9B160F Mandarian Orange

📋 copy color: '#9B160F'

red 155 ◦ green 22 ◦ blue 15

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

Shades of Mandarian Orange #9B160F

Tints of Mandarian Orange #9B160F

RGB

 RED value IS 155 (60.94% from 255) = 80.73%

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 80.73%
G = 11.46%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B160F (or 0x9B160F) is known color: Mandarian Orange. HEX triplet: 9B, 16 and 0F. RGB value is (155,22,15). Sum of RGB (Red+Green+Blue) = 155+22+15=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B160F is #64E9F0. Grayscale: #3D3D3D. Windows color (decimal): -6613489 or 988827. OLE color: 988827.

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

Color convert

RGB 155 22 15 -
CMYK 0 0.86 0.90 0.39
HSL 0.82% 0.33% -
HSV(B) 0.9% 0.61% -
XYZ 13.89 7.58 1.18 -
YUV 60.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 155 22 15 0 0.86 0.90 0.39 3 0.82 0.33
Hex 9B 16 F 0 56 5A 27 3 52 21
Octal 233 26 17 0 126 132 47 3 122 41
Binary 10011011 10110 1111 0 1010110 1011010 100111 11 1010010 100001

Color Harmonies of #9B160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B160F

Black with #9B160F

Text Example


Text Example

White with #9B160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,22,15); }

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

background-color css

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

 a { background-color: rgb(155,22,15); }

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

border-color css

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

 span { border-color: rgb(155,22,15); }

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