Html Css Color HEX #9B2520 Mandarian Orange

📋 copy color: '#9B2520'

red 155 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #9B2520

Tints of Mandarian Orange #9B2520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 69.2%
G = 16.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B2520 (or 0x9B2520) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 20. RGB value is (155,37,32). Sum of RGB (Red+Green+Blue) = 155+37+32=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2520 is #64DADF. Grayscale: #474747. Windows color (decimal): -6609632 or 2106779. OLE color: 2106779.

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

Color convert

RGB 155 37 32 -
CMYK 0 0.76 0.79 0.39
HSL 2.44º 0.66% 0.37% -
HSV(B) 2.44º 0.79% 0.61% -
XYZ 14.44 8.4 2.23 -
YUV 71.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 155 37 32 0 0.76 0.79 0.39 2.44 0.66 0.37
Hex 9B 25 20 0 4C 4F 27 2 42 25
Octal 233 45 40 0 114 117 47 2 102 45
Binary 10011011 100101 100000 0 1001100 1001111 100111 10 1000010 100101

Color Harmonies of #9B2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2520

Black with #9B2520

Text Example


Text Example

White with #9B2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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