Html Css Color HEX #9B2113 Mandarian Orange

📋 copy color: '#9B2113'

red 155 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #9B2113

Tints of Mandarian Orange #9B2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 74.88%
G = 15.94%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B2113 (or 0x9B2113) is known color: Mandarian Orange. HEX triplet: 9B, 21 and 13. RGB value is (155,33,19). Sum of RGB (Red+Green+Blue) = 155+33+19=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2113 is #64DEEC. Grayscale: #444444. Windows color (decimal): -6610669 or 1253787. OLE color: 1253787.

HSL color Cylindrical-coordinate representation of color #9B2113: hue angle of 6.18º 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 #9B2113 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 33 19 -
CMYK 0 0.79 0.88 0.39
HSL 6.18º 0.78% 0.34% -
HSV(B) 6.18º 0.88% 0.61% -
XYZ 14.18 8.1 1.43 -
YUV 67.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 155 33 19 0 0.79 0.88 0.39 6.18 0.78 0.34
Hex 9B 21 13 0 4F 58 27 6 4E 22
Octal 233 41 23 0 117 130 47 6 116 42
Binary 10011011 100001 10011 0 1001111 1011000 100111 110 1001110 100010

Color Harmonies of #9B2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2113

Black with #9B2113

Text Example


Text Example

White with #9B2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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