Html Css Color HEX #9B2813 Mandarian Orange

📋 copy color: '#9B2813'

red 155 ◦ green 40 ◦ blue 19

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

Shades of Mandarian Orange #9B2813

Tints of Mandarian Orange #9B2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 72.43%
G = 18.69%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B2813 (or 0x9B2813) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 13. RGB value is (155,40,19). Sum of RGB (Red+Green+Blue) = 155+40+19=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2813 is #64D7EC. Grayscale: #484848. Windows color (decimal): -6608877 or 1255579. OLE color: 1255579.

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

Color convert

RGB 155 40 19 -
CMYK 0 0.74 0.88 0.39
HSL 9.26º 0.78% 0.34% -
HSV(B) 9.26º 0.88% 0.61% -
XYZ 14.39 8.53 1.5 -
YUV 71.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 155 40 19 0 0.74 0.88 0.39 9.26 0.78 0.34
Hex 9B 28 13 0 4A 58 27 9 4E 22
Octal 233 50 23 0 112 130 47 11 116 42
Binary 10011011 101000 10011 0 1001010 1011000 100111 1001 1001110 100010

Color Harmonies of #9B2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2813

Black with #9B2813

Text Example


Text Example

White with #9B2813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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