Html Css Color HEX #9B2200 Mandarian Orange

📋 copy color: '#9B2200'

red 155 ◦ green 34 ◦ blue 0

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

Shades of Mandarian Orange #9B2200

Tints of Mandarian Orange #9B2200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.01%
G = 17.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#9B2200 (or 0x9B2200) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 00. RGB value is (155,34,0). Sum of RGB (Red+Green+Blue) = 155+34+0=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2200 is #64DDFF. Grayscale: #424242. Windows color (decimal): -6610432 or 8859. OLE color: 8859.

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

Color convert

RGB 155 34 0 -
CMYK 0 0.78 1 0.39
HSL 13.16º 1% 0.3% -
HSV(B) 13.16º 1% 0.61% -
XYZ 14.09 8.11 0.82 -
YUV 66.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 155 34 0 0 0.78 1 0.39 13.16 1 0.3
Hex 9B 22 0 0 4E 64 27 D 64 1E
Octal 233 42 0 0 116 144 47 15 144 36
Binary 10011011 100010 0 0 1001110 1100100 100111 1101 1100100 11110

Color Harmonies of #9B2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2200

Black with #9B2200

Text Example


Text Example

White with #9B2200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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