Html Css Color HEX #9B2413 Mandarian Orange

📋 copy color: '#9B2413'

red 155 ◦ green 36 ◦ blue 19

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

Shades of Mandarian Orange #9B2413

Tints of Mandarian Orange #9B2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 73.81%
G = 17.14%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B2413 (or 0x9B2413) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 13. RGB value is (155,36,19). Sum of RGB (Red+Green+Blue) = 155+36+19=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2413 is #64DBEC. Grayscale: #454545. Windows color (decimal): -6609901 or 1254555. OLE color: 1254555.

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

Color convert

RGB 155 36 19 -
CMYK 0 0.77 0.88 0.39
HSL 7.5º 0.78% 0.34% -
HSV(B) 7.5º 0.88% 0.61% -
XYZ 14.27 8.28 1.46 -
YUV 69.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 155 36 19 0 0.77 0.88 0.39 7.5 0.78 0.34
Hex 9B 24 13 0 4D 58 27 8 4E 22
Octal 233 44 23 0 115 130 47 10 116 42
Binary 10011011 100100 10011 0 1001101 1011000 100111 1000 1001110 100010

Color Harmonies of #9B2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2413

Black with #9B2413

Text Example


Text Example

White with #9B2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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