Html Css Color HEX #9B1D15 Mandarian Orange

📋 copy color: '#9B1D15'

red 155 ◦ green 29 ◦ blue 21

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

Shades of Mandarian Orange #9B1D15

Tints of Mandarian Orange #9B1D15

RGB

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

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

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

R = 75.61%
G = 14.15%
B = 10.24%

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

#9B1D15 (or 0x9B1D15) is known color: Mandarian Orange. HEX triplet: 9B, 1D and 15. RGB value is (155,29,21). Sum of RGB (Red+Green+Blue) = 155+29+21=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1D15 is #64E2EA. Grayscale: #414141. Windows color (decimal): -6611691 or 1383835. OLE color: 1383835.

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

Color convert

RGB 155 29 21 -
CMYK 0 0.81 0.86 0.39
HSL 3.58º 0.76% 0.35% -
HSV(B) 3.58º 0.86% 0.61% -
XYZ 14.09 7.9 1.49 -
YUV 65.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 155 29 21 0 0.81 0.86 0.39 3.58 0.76 0.35
Hex 9B 1D 15 0 51 56 27 4 4C 23
Octal 233 35 25 0 121 126 47 4 114 43
Binary 10011011 11101 10101 0 1010001 1010110 100111 100 1001100 100011

Color Harmonies of #9B1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D15

Black with #9B1D15

Text Example


Text Example

White with #9B1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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