Html Css Color HEX #9B261A Mandarian Orange

📋 copy color: '#9B261A'

red 155 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #9B261A

Tints of Mandarian Orange #9B261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 70.78%
G = 17.35%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B261A (or 0x9B261A) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 1A. RGB value is (155,38,26). Sum of RGB (Red+Green+Blue) = 155+38+26=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B261A is #64D9E5. Grayscale: #474747. Windows color (decimal): -6609382 or 1713819. OLE color: 1713819.

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

Color convert

RGB 155 38 26 -
CMYK 0 0.75 0.83 0.39
HSL 5.58º 0.71% 0.35% -
HSV(B) 5.58º 0.83% 0.61% -
XYZ 14.4 8.43 1.85 -
YUV 71.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 155 38 26 0 0.75 0.83 0.39 5.58 0.71 0.35
Hex 9B 26 1A 0 4B 53 27 6 47 23
Octal 233 46 32 0 113 123 47 6 107 43
Binary 10011011 100110 11010 0 1001011 1010011 100111 110 1000111 100011

Color Harmonies of #9B261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B261A

Black with #9B261A

Text Example


Text Example

White with #9B261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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