Html Css Color HEX #932012 Mandarian Orange

📋 copy color: '#932012'

red 147 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #932012

Tints of Mandarian Orange #932012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 74.62%
G = 16.24%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#932012 (or 0x932012) is known color: Mandarian Orange. HEX triplet: 93, 20 and 12. RGB value is (147,32,18). Sum of RGB (Red+Green+Blue) = 147+32+18=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #932012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932012 is #6CDFED. Grayscale: #404040. Windows color (decimal): -7135214 or 1187987. OLE color: 1187987.

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

Color convert

RGB 147 32 18 -
CMYK 0 0.78 0.88 0.42
HSL 6.51º 0.78% 0.32% -
HSV(B) 6.51º 0.88% 0.58% -
XYZ 12.66 7.28 1.31 -
YUV 64.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 147 32 18 0 0.78 0.88 0.42 6.51 0.78 0.32
Hex 93 20 12 0 4E 58 2A 7 4E 20
Octal 223 40 22 0 116 130 52 7 116 40
Binary 10010011 100000 10010 0 1001110 1011000 101010 111 1001110 100000

Color Harmonies of #932012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932012

Black with #932012

Text Example


Text Example

White with #932012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932012; }

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

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

background-color css

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

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

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

border-color css

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

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

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