Html Css Color HEX #9B1815 Mandarian Orange

📋 copy color: '#9B1815'

red 155 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #9B1815

Tints of Mandarian Orange #9B1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 77.5%
G = 12%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1815 (or 0x9B1815) is known color: Mandarian Orange. HEX triplet: 9B, 18 and 15. RGB value is (155,24,21). Sum of RGB (Red+Green+Blue) = 155+24+21=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1815 is #64E7EA. Grayscale: #3E3E3E. Windows color (decimal): -6612971 or 1382555. OLE color: 1382555.

HSL color Cylindrical-coordinate representation of color #9B1815: hue angle of 1.34º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1815 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 24 21 -
CMYK 0 0.85 0.86 0.39
HSL 1.34º 0.76% 0.35% -
HSV(B) 1.34º 0.86% 0.61% -
XYZ 13.98 7.68 1.45 -
YUV 62.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 155 24 21 0 0.85 0.86 0.39 1.34 0.76 0.35
Hex 9B 18 15 0 55 56 27 1 4C 23
Octal 233 30 25 0 125 126 47 1 114 43
Binary 10011011 11000 10101 0 1010101 1010110 100111 1 1001100 100011

Color Harmonies of #9B1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1815

Black with #9B1815

Text Example


Text Example

White with #9B1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,21); }

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

background-color css

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

 a { background-color: rgb(155,24,21); }

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

border-color css

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

 span { border-color: rgb(155,24,21); }

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