Html Css Color HEX #9B130F Mandarian Orange

📋 copy color: '#9B130F'

red 155 ◦ green 19 ◦ blue 15

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

Shades of Mandarian Orange #9B130F

Tints of Mandarian Orange #9B130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 82.01%
G = 10.05%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B130F (or 0x9B130F) is known color: Mandarian Orange. HEX triplet: 9B, 13 and 0F. RGB value is (155,19,15). Sum of RGB (Red+Green+Blue) = 155+19+15=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B130F is #64ECF0. Grayscale: #3B3B3B. Windows color (decimal): -6614257 or 988059. OLE color: 988059.

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

Color convert

RGB 155 19 15 -
CMYK 0 0.88 0.90 0.39
HSL 1.71º 0.82% 0.33% -
HSV(B) 1.71º 0.9% 0.61% -
XYZ 13.84 7.47 1.16 -
YUV 59.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 155 19 15 0 0.88 0.90 0.39 1.71 0.82 0.33
Hex 9B 13 F 0 58 5A 27 2 52 21
Octal 233 23 17 0 130 132 47 2 122 41
Binary 10011011 10011 1111 0 1011000 1011010 100111 10 1010010 100001

Color Harmonies of #9B130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B130F

Black with #9B130F

Text Example


Text Example

White with #9B130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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