Html Css Color HEX #9B150F Mandarian Orange

📋 copy color: '#9B150F'

red 155 ◦ green 21 ◦ blue 15

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

Shades of Mandarian Orange #9B150F

Tints of Mandarian Orange #9B150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 81.15%
G = 10.99%
B = 7.85%

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

#9B150F (or 0x9B150F) is known color: Mandarian Orange. HEX triplet: 9B, 15 and 0F. RGB value is (155,21,15). Sum of RGB (Red+Green+Blue) = 155+21+15=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B150F is #64EAF0. Grayscale: #3C3C3C. Windows color (decimal): -6613745 or 988571. OLE color: 988571.

HSL color Cylindrical-coordinate representation of color #9B150F: hue angle of 2.57º 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 #9B150F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 15 -
CMYK 0 0.86 0.90 0.39
HSL 2.57º 0.82% 0.33% -
HSV(B) 2.57º 0.9% 0.61% -
XYZ 13.87 7.54 1.18 -
YUV 60.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 155 21 15 0 0.86 0.90 0.39 2.57 0.82 0.33
Hex 9B 15 F 0 56 5A 27 3 52 21
Octal 233 25 17 0 126 132 47 3 122 41
Binary 10011011 10101 1111 0 1010110 1011010 100111 11 1010010 100001

Color Harmonies of #9B150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B150F

Black with #9B150F

Text Example


Text Example

White with #9B150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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