Html Css Color HEX #9B1D16 Mandarian Orange

📋 copy color: '#9B1D16'

red 155 ◦ green 29 ◦ blue 22

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

Shades of Mandarian Orange #9B1D16

Tints of Mandarian Orange #9B1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.08%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 75.24%
G = 14.08%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1D16 (or 0x9B1D16) is known color: Mandarian Orange. HEX triplet: 9B, 1D and 16. RGB value is (155,29,22). Sum of RGB (Red+Green+Blue) = 155+29+22=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1D16 is #64E2E9. Grayscale: #424242. Windows color (decimal): -6611690 or 1449371. OLE color: 1449371.

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

Color convert

RGB 155 29 22 -
CMYK 0 0.81 0.86 0.39
HSL 3.16º 0.75% 0.35% -
HSV(B) 3.16º 0.86% 0.61% -
XYZ 14.1 7.91 1.54 -
YUV 65.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 155 29 22 0 0.81 0.86 0.39 3.16 0.75 0.35
Hex 9B 1D 16 0 51 56 27 3 4B 23
Octal 233 35 26 0 121 126 47 3 113 43
Binary 10011011 11101 10110 0 1010001 1010110 100111 11 1001011 100011

Color Harmonies of #9B1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D16

Black with #9B1D16

Text Example


Text Example

White with #9B1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,22); }

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

background-color css

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

 a { background-color: rgb(155,29,22); }

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

border-color css

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

 span { border-color: rgb(155,29,22); }

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