Html Css Color HEX #9B201C Mandarian Orange

📋 copy color: '#9B201C'

red 155 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #9B201C

Tints of Mandarian Orange #9B201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 72.09%
G = 14.88%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B201C (or 0x9B201C) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 1C. RGB value is (155,32,28). Sum of RGB (Red+Green+Blue) = 155+32+28=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B201C is #64DFE3. Grayscale: #444444. Windows color (decimal): -6610916 or 1843355. OLE color: 1843355.

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

Color convert

RGB 155 32 28 -
CMYK 0 0.79 0.82 0.39
HSL 1.89º 0.69% 0.36% -
HSV(B) 1.89º 0.82% 0.61% -
XYZ 14.24 8.09 1.91 -
YUV 68.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 155 32 28 0 0.79 0.82 0.39 1.89 0.69 0.36
Hex 9B 20 1C 0 4F 52 27 2 45 24
Octal 233 40 34 0 117 122 47 2 105 44
Binary 10011011 100000 11100 0 1001111 1010010 100111 10 1000101 100100

Color Harmonies of #9B201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B201C

Black with #9B201C

Text Example


Text Example

White with #9B201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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