Html Css Color HEX #9B201A Mandarian Orange

📋 copy color: '#9B201A'

red 155 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #9B201A

Tints of Mandarian Orange #9B201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 72.77%
G = 15.02%
B = 12.21%

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

#9B201A (or 0x9B201A) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 1A. RGB value is (155,32,26). Sum of RGB (Red+Green+Blue) = 155+32+26=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B201A is #64DFE5. Grayscale: #444444. Windows color (decimal): -6610918 or 1712283. OLE color: 1712283.

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

Color convert

RGB 155 32 26 -
CMYK 0 0.79 0.83 0.39
HSL 2.79º 0.71% 0.35% -
HSV(B) 2.79º 0.83% 0.61% -
XYZ 14.22 8.08 1.79 -
YUV 68.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 155 32 26 0 0.79 0.83 0.39 2.79 0.71 0.35
Hex 9B 20 1A 0 4F 53 27 3 47 23
Octal 233 40 32 0 117 123 47 3 107 43
Binary 10011011 100000 11010 0 1001111 1010011 100111 11 1000111 100011

Color Harmonies of #9B201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B201A

Black with #9B201A

Text Example


Text Example

White with #9B201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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