Html Css Color HEX #9B261E Mandarian Orange

📋 copy color: '#9B261E'

red 155 ◦ green 38 ◦ blue 30

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

Shades of Mandarian Orange #9B261E

Tints of Mandarian Orange #9B261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 69.51%
G = 17.04%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B261E (or 0x9B261E) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 1E. RGB value is (155,38,30). Sum of RGB (Red+Green+Blue) = 155+38+30=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B261E is #64D9E1. Grayscale: #484848. Windows color (decimal): -6609378 or 1975963. OLE color: 1975963.

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

Color convert

RGB 155 38 30 -
CMYK 0 0.75 0.81 0.39
HSL 3.84º 0.68% 0.36% -
HSV(B) 3.84º 0.81% 0.61% -
XYZ 14.45 8.45 2.1 -
YUV 72.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 155 38 30 0 0.75 0.81 0.39 3.84 0.68 0.36
Hex 9B 26 1E 0 4B 51 27 4 44 24
Octal 233 46 36 0 113 121 47 4 104 44
Binary 10011011 100110 11110 0 1001011 1010001 100111 100 1000100 100100

Color Harmonies of #9B261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B261E

Black with #9B261E

Text Example


Text Example

White with #9B261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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