Html Css Color HEX #9B240C Mandarian Orange

📋 copy color: '#9B240C'

red 155 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #9B240C

Tints of Mandarian Orange #9B240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 76.35%
G = 17.73%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B240C (or 0x9B240C) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 0C. RGB value is (155,36,12). Sum of RGB (Red+Green+Blue) = 155+36+12=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B240C is #64DBF3. Grayscale: #454545. Windows color (decimal): -6609908 or 795803. OLE color: 795803.

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

Color convert

RGB 155 36 12 -
CMYK 0 0.77 0.92 0.39
HSL 10.07º 0.86% 0.33% -
HSV(B) 10.07º 0.92% 0.61% -
XYZ 14.21 8.26 1.19 -
YUV 68.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 155 36 12 0 0.77 0.92 0.39 10.07 0.86 0.33
Hex 9B 24 C 0 4D 5C 27 A 56 21
Octal 233 44 14 0 115 134 47 12 126 41
Binary 10011011 100100 1100 0 1001101 1011100 100111 1010 1010110 100001

Color Harmonies of #9B240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B240C

Black with #9B240C

Text Example


Text Example

White with #9B240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,12); }

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

background-color css

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

 a { background-color: rgb(155,36,12); }

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

border-color css

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

 span { border-color: rgb(155,36,12); }

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