Html Css Color HEX #9B2409 Mandarian Orange

📋 copy color: '#9B2409'

red 155 ◦ green 36 ◦ blue 9

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

Shades of Mandarian Orange #9B2409

Tints of Mandarian Orange #9B2409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 77.5%
G = 18%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B2409 (or 0x9B2409) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 09. RGB value is (155,36,9). Sum of RGB (Red+Green+Blue) = 155+36+9=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2409 is #64DBF6. Grayscale: #444444. Windows color (decimal): -6609911 or 599195. OLE color: 599195.

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

Color convert

RGB 155 36 9 -
CMYK 0 0.77 0.94 0.39
HSL 11.1º 0.89% 0.32% -
HSV(B) 11.1º 0.94% 0.61% -
XYZ 14.2 8.25 1.1 -
YUV 68.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 155 36 9 0 0.77 0.94 0.39 11.1 0.89 0.32
Hex 9B 24 9 0 4D 5E 27 B 59 20
Octal 233 44 11 0 115 136 47 13 131 40
Binary 10011011 100100 1001 0 1001101 1011110 100111 1011 1011001 100000

Color Harmonies of #9B2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2409

Black with #9B2409

Text Example


Text Example

White with #9B2409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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