Html Css Color HEX #9B1413 Mandarian Orange

📋 copy color: '#9B1413'

red 155 ◦ green 20 ◦ blue 19

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

Shades of Mandarian Orange #9B1413

Tints of Mandarian Orange #9B1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 79.9%
G = 10.31%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B1413 (or 0x9B1413) is known color: Mandarian Orange. HEX triplet: 9B, 14 and 13. RGB value is (155,20,19). Sum of RGB (Red+Green+Blue) = 155+20+19=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1413 is #64EBEC. Grayscale: #3C3C3C. Windows color (decimal): -6613997 or 1250459. OLE color: 1250459.

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

Color convert

RGB 155 20 19 -
CMYK 0 0.87 0.88 0.39
HSL 0.44º 0.78% 0.34% -
HSV(B) 0.44º 0.88% 0.61% -
XYZ 13.89 7.52 1.33 -
YUV 60.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 155 20 19 0 0.87 0.88 0.39 0.44 0.78 0.34
Hex 9B 14 13 0 57 58 27 0 4E 22
Octal 233 24 23 0 127 130 47 0 116 42
Binary 10011011 10100 10011 0 1010111 1011000 100111 0 1001110 100010

Color Harmonies of #9B1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1413

Black with #9B1413

Text Example


Text Example

White with #9B1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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