Html Css Color HEX #9B260B Mandarian Orange

📋 copy color: '#9B260B'

red 155 ◦ green 38 ◦ blue 11

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

Shades of Mandarian Orange #9B260B

Tints of Mandarian Orange #9B260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 11 (4.69% from 255) = 5.39%

R = 75.98%
G = 18.63%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B260B (or 0x9B260B) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 0B. RGB value is (155,38,11). Sum of RGB (Red+Green+Blue) = 155+38+11=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B260B is #64D9F4. Grayscale: #464646. Windows color (decimal): -6609397 or 730779. OLE color: 730779.

HSL color Cylindrical-coordinate representation of color #9B260B: hue angle of 11.25º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B260B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 38 11 -
CMYK 0 0.75 0.93 0.39
HSL 11.25º 0.87% 0.33% -
HSV(B) 11.25º 0.93% 0.61% -
XYZ 14.27 8.38 1.18 -
YUV 69.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 155 38 11 0 0.75 0.93 0.39 11.25 0.87 0.33
Hex 9B 26 B 0 4B 5D 27 B 57 21
Octal 233 46 13 0 113 135 47 13 127 41
Binary 10011011 100110 1011 0 1001011 1011101 100111 1011 1010111 100001

Color Harmonies of #9B260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B260B

Black with #9B260B

Text Example


Text Example

White with #9B260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,38,11); }

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

background-color css

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

 a { background-color: rgb(155,38,11); }

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

border-color css

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

 span { border-color: rgb(155,38,11); }

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