Html Css Color HEX #9B1312 Mandarian Orange

📋 copy color: '#9B1312'

red 155 ◦ green 19 ◦ blue 18

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

Shades of Mandarian Orange #9B1312

Tints of Mandarian Orange #9B1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 80.73%
G = 9.9%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B1312 (or 0x9B1312) is known color: Mandarian Orange. HEX triplet: 9B, 13 and 12. RGB value is (155,19,18). Sum of RGB (Red+Green+Blue) = 155+19+18=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1312 is #64ECED. Grayscale: #3B3B3B. Windows color (decimal): -6614254 or 1184667. OLE color: 1184667.

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

Color convert

RGB 155 19 18 -
CMYK 0 0.88 0.88 0.39
HSL 0.44º 0.79% 0.34% -
HSV(B) 0.44º 0.88% 0.61% -
XYZ 13.86 7.48 1.29 -
YUV 59.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 155 19 18 0 0.88 0.88 0.39 0.44 0.79 0.34
Hex 9B 13 12 0 58 58 27 0 4F 22
Octal 233 23 22 0 130 130 47 0 117 42
Binary 10011011 10011 10010 0 1011000 1011000 100111 0 1001111 100010

Color Harmonies of #9B1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1312

Black with #9B1312

Text Example


Text Example

White with #9B1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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