Html Css Color HEX #9B1915 Mandarian Orange

📋 copy color: '#9B1915'

red 155 ◦ green 25 ◦ blue 21

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

Shades of Mandarian Orange #9B1915

Tints of Mandarian Orange #9B1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 77.11%
G = 12.44%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1915 (or 0x9B1915) is known color: Mandarian Orange. HEX triplet: 9B, 19 and 15. RGB value is (155,25,21). Sum of RGB (Red+Green+Blue) = 155+25+21=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1915 is #64E6EA. Grayscale: #3F3F3F. Windows color (decimal): -6612715 or 1382811. OLE color: 1382811.

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

Color convert

RGB 155 25 21 -
CMYK 0 0.84 0.86 0.39
HSL 1.79º 0.76% 0.35% -
HSV(B) 1.79º 0.86% 0.61% -
XYZ 14 7.72 1.46 -
YUV 63.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 155 25 21 0 0.84 0.86 0.39 1.79 0.76 0.35
Hex 9B 19 15 0 54 56 27 2 4C 23
Octal 233 31 25 0 124 126 47 2 114 43
Binary 10011011 11001 10101 0 1010100 1010110 100111 10 1001100 100011

Color Harmonies of #9B1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1915

Black with #9B1915

Text Example


Text Example

White with #9B1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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