Html Css Color HEX #9B2018 Mandarian Orange

📋 copy color: '#9B2018'

red 155 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #9B2018

Tints of Mandarian Orange #9B2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 73.46%
G = 15.17%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B2018 (or 0x9B2018) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 18. RGB value is (155,32,24). Sum of RGB (Red+Green+Blue) = 155+32+24=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2018 is #64DFE7. Grayscale: #444444. Windows color (decimal): -6610920 or 1581211. OLE color: 1581211.

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

Color convert

RGB 155 32 24 -
CMYK 0 0.79 0.85 0.39
HSL 3.66º 0.73% 0.35% -
HSV(B) 3.66º 0.85% 0.61% -
XYZ 14.2 8.07 1.67 -
YUV 67.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 155 32 24 0 0.79 0.85 0.39 3.66 0.73 0.35
Hex 9B 20 18 0 4F 55 27 4 49 23
Octal 233 40 30 0 117 125 47 4 111 43
Binary 10011011 100000 11000 0 1001111 1010101 100111 100 1001001 100011

Color Harmonies of #9B2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2018

Black with #9B2018

Text Example


Text Example

White with #9B2018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,24); }

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

background-color css

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

 a { background-color: rgb(155,32,24); }

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

border-color css

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

 span { border-color: rgb(155,32,24); }

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