Html Css Color HEX #9B2712 Mandarian Orange

📋 copy color: '#9B2712'

red 155 ◦ green 39 ◦ blue 18

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

Shades of Mandarian Orange #9B2712

Tints of Mandarian Orange #9B2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 73.11%
G = 18.4%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B2712 (or 0x9B2712) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 12. RGB value is (155,39,18). Sum of RGB (Red+Green+Blue) = 155+39+18=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2712 is #64D8ED. Grayscale: #474747. Windows color (decimal): -6609134 or 1189787. OLE color: 1189787.

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

Color convert

RGB 155 39 18 -
CMYK 0 0.75 0.88 0.39
HSL 9.2º 0.79% 0.34% -
HSV(B) 9.2º 0.88% 0.61% -
XYZ 14.35 8.46 1.45 -
YUV 71.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 155 39 18 0 0.75 0.88 0.39 9.2 0.79 0.34
Hex 9B 27 12 0 4B 58 27 9 4F 22
Octal 233 47 22 0 113 130 47 11 117 42
Binary 10011011 100111 10010 0 1001011 1011000 100111 1001 1001111 100010

Color Harmonies of #9B2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2712

Black with #9B2712

Text Example


Text Example

White with #9B2712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,18); }

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

background-color css

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

 a { background-color: rgb(155,39,18); }

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

border-color css

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

 span { border-color: rgb(155,39,18); }

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