Html Css Color HEX #9B201B Mandarian Orange

📋 copy color: '#9B201B'

red 155 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #9B201B

Tints of Mandarian Orange #9B201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 72.43%
G = 14.95%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B201B (or 0x9B201B) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 1B. RGB value is (155,32,27). Sum of RGB (Red+Green+Blue) = 155+32+27=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B201B is #64DFE4. Grayscale: #444444. Windows color (decimal): -6610917 or 1777819. OLE color: 1777819.

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

Color convert

RGB 155 32 27 -
CMYK 0 0.79 0.83 0.39
HSL 2.34º 0.7% 0.36% -
HSV(B) 2.34º 0.83% 0.61% -
XYZ 14.23 8.08 1.85 -
YUV 68.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 155 32 27 0 0.79 0.83 0.39 2.34 0.7 0.36
Hex 9B 20 1B 0 4F 53 27 2 46 24
Octal 233 40 33 0 117 123 47 2 106 44
Binary 10011011 100000 11011 0 1001111 1010011 100111 10 1000110 100100

Color Harmonies of #9B201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B201B

Black with #9B201B

Text Example


Text Example

White with #9B201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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