Html Css Color HEX #9B1E17 Mandarian Orange

📋 copy color: '#9B1E17'

red 155 ◦ green 30 ◦ blue 23

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

Shades of Mandarian Orange #9B1E17

Tints of Mandarian Orange #9B1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 74.52%
G = 14.42%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B1E17 (or 0x9B1E17) is known color: Mandarian Orange. HEX triplet: 9B, 1E and 17. RGB value is (155,30,23). Sum of RGB (Red+Green+Blue) = 155+30+23=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E17 is #64E1E8. Grayscale: #424242. Windows color (decimal): -6611433 or 1515163. OLE color: 1515163.

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

Color convert

RGB 155 30 23 -
CMYK 0 0.81 0.85 0.39
HSL 3.18º 0.74% 0.35% -
HSV(B) 3.18º 0.85% 0.61% -
XYZ 14.14 7.96 1.6 -
YUV 66.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 155 30 23 0 0.81 0.85 0.39 3.18 0.74 0.35
Hex 9B 1E 17 0 51 55 27 3 4A 23
Octal 233 36 27 0 121 125 47 3 112 43
Binary 10011011 11110 10111 0 1010001 1010101 100111 11 1001010 100011

Color Harmonies of #9B1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E17

Black with #9B1E17

Text Example


Text Example

White with #9B1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,23); }

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

background-color css

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

 a { background-color: rgb(155,30,23); }

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

border-color css

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

 span { border-color: rgb(155,30,23); }

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