Html Css Color HEX #9B2514 Mandarian Orange

📋 copy color: '#9B2514'

red 155 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #9B2514

Tints of Mandarian Orange #9B2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 73.11%
G = 17.45%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B2514 (or 0x9B2514) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 14. RGB value is (155,37,20). Sum of RGB (Red+Green+Blue) = 155+37+20=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2514 is #64DAEB. Grayscale: #464646. Windows color (decimal): -6609644 or 1320347. OLE color: 1320347.

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

Color convert

RGB 155 37 20 -
CMYK 0 0.76 0.87 0.39
HSL 7.56º 0.77% 0.34% -
HSV(B) 7.56º 0.87% 0.61% -
XYZ 14.31 8.34 1.52 -
YUV 70.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 155 37 20 0 0.76 0.87 0.39 7.56 0.77 0.34
Hex 9B 25 14 0 4C 57 27 8 4D 22
Octal 233 45 24 0 114 127 47 10 115 42
Binary 10011011 100101 10100 0 1001100 1010111 100111 1000 1001101 100010

Color Harmonies of #9B2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2514

Black with #9B2514

Text Example


Text Example

White with #9B2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,20); }

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

background-color css

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

 a { background-color: rgb(155,37,20); }

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

border-color css

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

 span { border-color: rgb(155,37,20); }

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