Html Css Color HEX #9B150D Mandarian Orange

📋 copy color: '#9B150D'

red 155 ◦ green 21 ◦ blue 13

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

Shades of Mandarian Orange #9B150D

Tints of Mandarian Orange #9B150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 82.01%
G = 11.11%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B150D (or 0x9B150D) is known color: Mandarian Orange. HEX triplet: 9B, 15 and 0D. RGB value is (155,21,13). Sum of RGB (Red+Green+Blue) = 155+21+13=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B150D is #64EAF2. Grayscale: #3C3C3C. Windows color (decimal): -6613747 or 857499. OLE color: 857499.

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

Color convert

RGB 155 21 13 -
CMYK 0 0.86 0.92 0.39
HSL 3.38º 0.85% 0.33% -
HSV(B) 3.38º 0.92% 0.61% -
XYZ 13.86 7.53 1.1 -
YUV 60.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 155 21 13 0 0.86 0.92 0.39 3.38 0.85 0.33
Hex 9B 15 D 0 56 5C 27 3 55 21
Octal 233 25 15 0 126 134 47 3 125 41
Binary 10011011 10101 1101 0 1010110 1011100 100111 11 1010101 100001

Color Harmonies of #9B150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B150D

Black with #9B150D

Text Example


Text Example

White with #9B150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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