Html Css Color HEX #9B201F Mandarian Orange

📋 copy color: '#9B201F'

red 155 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #9B201F

Tints of Mandarian Orange #9B201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 71.1%
G = 14.68%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B201F (or 0x9B201F) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 1F. RGB value is (155,32,31). Sum of RGB (Red+Green+Blue) = 155+32+31=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B201F is #64DFE0. Grayscale: #444444. Windows color (decimal): -6610913 or 2039963. OLE color: 2039963.

HSL color Cylindrical-coordinate representation of color #9B201F: hue angle of 0.48º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B201F is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 32 31 -
CMYK 0 0.79 0.8 0.39
HSL 0.48º 0.67% 0.36% -
HSV(B) 0.48º 0.8% 0.61% -
XYZ 14.28 8.1 2.11 -
YUV 68.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 155 32 31 0 0.79 0.8 0.39 0.48 0.67 0.36
Hex 9B 20 1F 0 4F 50 27 0 43 24
Octal 233 40 37 0 117 120 47 0 103 44
Binary 10011011 100000 11111 0 1001111 1010000 100111 0 1000011 100100

Color Harmonies of #9B201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B201F

Black with #9B201F

Text Example


Text Example

White with #9B201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,31); }

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

background-color css

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

 a { background-color: rgb(155,32,31); }

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

border-color css

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

 span { border-color: rgb(155,32,31); }

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