Html Css Color HEX #9B2410 Mandarian Orange

📋 copy color: '#9B2410'

red 155 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #9B2410

Tints of Mandarian Orange #9B2410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 74.88%
G = 17.39%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B2410 (or 0x9B2410) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 10. RGB value is (155,36,16). Sum of RGB (Red+Green+Blue) = 155+36+16=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2410 is #64DBEF. Grayscale: #454545. Windows color (decimal): -6609904 or 1057947. OLE color: 1057947.

HSL color Cylindrical-coordinate representation of color #9B2410: hue angle of 8.63º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B2410 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 16 -
CMYK 0 0.77 0.90 0.39
HSL 8.63º 0.81% 0.34% -
HSV(B) 8.63º 0.9% 0.61% -
XYZ 14.24 8.27 1.34 -
YUV 69.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 155 36 16 0 0.77 0.90 0.39 8.63 0.81 0.34
Hex 9B 24 10 0 4D 5A 27 9 51 22
Octal 233 44 20 0 115 132 47 11 121 42
Binary 10011011 100100 10000 0 1001101 1011010 100111 1001 1010001 100010

Color Harmonies of #9B2410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2410

Black with #9B2410

Text Example


Text Example

White with #9B2410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,16); }

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

background-color css

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

 a { background-color: rgb(155,36,16); }

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

border-color css

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

 span { border-color: rgb(155,36,16); }

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