Html Css Color HEX #9B2209 Mandarian Orange

📋 copy color: '#9B2209'

red 155 ◦ green 34 ◦ blue 9

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

Shades of Mandarian Orange #9B2209

Tints of Mandarian Orange #9B2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 78.28%
G = 17.17%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B2209 (or 0x9B2209) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 09. RGB value is (155,34,9). Sum of RGB (Red+Green+Blue) = 155+34+9=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2209 is #64DDF6. Grayscale: #434343. Windows color (decimal): -6610423 or 598683. OLE color: 598683.

HSL color Cylindrical-coordinate representation of color #9B2209: hue angle of 10.27º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B2209 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 34 9 -
CMYK 0 0.78 0.94 0.39
HSL 10.27º 0.89% 0.32% -
HSV(B) 10.27º 0.94% 0.61% -
XYZ 14.14 8.13 1.08 -
YUV 67.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 155 34 9 0 0.78 0.94 0.39 10.27 0.89 0.32
Hex 9B 22 9 0 4E 5E 27 A 59 20
Octal 233 42 11 0 116 136 47 12 131 40
Binary 10011011 100010 1001 0 1001110 1011110 100111 1010 1011001 100000

Color Harmonies of #9B2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2209

Black with #9B2209

Text Example


Text Example

White with #9B2209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,34,9); }

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

background-color css

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

 a { background-color: rgb(155,34,9); }

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

border-color css

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

 span { border-color: rgb(155,34,9); }

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