Html Css Color HEX #932018 Mandarian Orange

📋 copy color: '#932018'

red 147 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #932018

Tints of Mandarian Orange #932018

RGB

 RED value IS 147 (57.81% from 255) = 72.41%

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

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

R = 72.41%
G = 15.76%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#932018 (or 0x932018) is known color: Mandarian Orange. HEX triplet: 93, 20 and 18. RGB value is (147,32,24). Sum of RGB (Red+Green+Blue) = 147+32+24=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #932018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932018 is #6CDFE7. Grayscale: #414141. Windows color (decimal): -7135208 or 1581203. OLE color: 1581203.

HSL color Cylindrical-coordinate representation of color #932018: hue angle of 3.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #932018 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 24 -
CMYK 0 0.78 0.84 0.42
HSL 3.9º 0.72% 0.34% -
HSV(B) 3.9º 0.84% 0.58% -
XYZ 12.71 7.3 1.6 -
YUV 65.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 147 32 24 0 0.78 0.84 0.42 3.9 0.72 0.34
Hex 93 20 18 0 4E 54 2A 4 48 22
Octal 223 40 30 0 116 124 52 4 110 42
Binary 10010011 100000 11000 0 1001110 1010100 101010 100 1001000 100010

Color Harmonies of #932018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932018

Black with #932018

Text Example


Text Example

White with #932018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932018; }

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

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

background-color css

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

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

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

border-color css

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

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

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