Html Css Color HEX #8B2018 Mandarian Orange

📋 copy color: '#8B2018'

red 139 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #8B2018

Tints of Mandarian Orange #8B2018

RGB

 RED value IS 139 (54.69% from 255) = 71.28%

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

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

R = 71.28%
G = 16.41%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B2018 (or 0x8B2018) is known color: Mandarian Orange. HEX triplet: 8B, 20 and 18. RGB value is (139,32,24). Sum of RGB (Red+Green+Blue) = 139+32+24=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2018 is #74DFE7. Grayscale: #3F3F3F. Windows color (decimal): -7659496 or 1581195. OLE color: 1581195.

HSL color Cylindrical-coordinate representation of color #8B2018: hue angle of 4.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B2018 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 32 24 -
CMYK 0 0.77 0.83 0.45
HSL 4.17º 0.71% 0.32% -
HSV(B) 4.17º 0.83% 0.55% -
XYZ 11.33 6.59 1.54 -
YUV 63.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 139 32 24 0 0.77 0.83 0.45 4.17 0.71 0.32
Hex 8B 20 18 0 4D 53 2D 4 47 20
Octal 213 40 30 0 115 123 55 4 107 40
Binary 10001011 100000 11000 0 1001101 1010011 101101 100 1000111 100000

Color Harmonies of #8B2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2018

Black with #8B2018

Text Example


Text Example

White with #8B2018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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