Html Css Color HEX #9B2518 Mandarian Orange

📋 copy color: '#9B2518'

red 155 ◦ green 37 ◦ blue 24

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

Shades of Mandarian Orange #9B2518

Tints of Mandarian Orange #9B2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 71.76%
G = 17.13%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B2518 (or 0x9B2518) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 18. RGB value is (155,37,24). Sum of RGB (Red+Green+Blue) = 155+37+24=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2518 is #64DAE7. Grayscale: #464646. Windows color (decimal): -6609640 or 1582491. OLE color: 1582491.

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

Color convert

RGB 155 37 24 -
CMYK 0 0.76 0.85 0.39
HSL 5.95º 0.73% 0.35% -
HSV(B) 5.95º 0.85% 0.61% -
XYZ 14.34 8.36 1.72 -
YUV 70.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 155 37 24 0 0.76 0.85 0.39 5.95 0.73 0.35
Hex 9B 25 18 0 4C 55 27 6 49 23
Octal 233 45 30 0 114 125 47 6 111 43
Binary 10011011 100101 11000 0 1001100 1010101 100111 110 1001001 100011

Color Harmonies of #9B2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2518

Black with #9B2518

Text Example


Text Example

White with #9B2518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,24); }

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

background-color css

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

 a { background-color: rgb(155,37,24); }

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

border-color css

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

 span { border-color: rgb(155,37,24); }

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