Html Css Color HEX #9B2512 Mandarian Orange

📋 copy color: '#9B2512'

red 155 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #9B2512

Tints of Mandarian Orange #9B2512

RGB

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

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

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

R = 73.81%
G = 17.62%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B2512 (or 0x9B2512) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 12. RGB value is (155,37,18). Sum of RGB (Red+Green+Blue) = 155+37+18=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2512 is #64DAED. Grayscale: #464646. Windows color (decimal): -6609646 or 1189275. OLE color: 1189275.

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

Color convert

RGB 155 37 18 -
CMYK 0 0.76 0.88 0.39
HSL 8.32º 0.79% 0.34% -
HSV(B) 8.32º 0.88% 0.61% -
XYZ 14.29 8.34 1.43 -
YUV 70.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 155 37 18 0 0.76 0.88 0.39 8.32 0.79 0.34
Hex 9B 25 12 0 4C 58 27 8 4F 22
Octal 233 45 22 0 114 130 47 10 117 42
Binary 10011011 100101 10010 0 1001100 1011000 100111 1000 1001111 100010

Color Harmonies of #9B2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2512

Black with #9B2512

Text Example


Text Example

White with #9B2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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