Html Css Color HEX #932010 Mandarian Orange

📋 copy color: '#932010'

red 147 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #932010

Tints of Mandarian Orange #932010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 75.38%
G = 16.41%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#932010 (or 0x932010) is known color: Mandarian Orange. HEX triplet: 93, 20 and 10. RGB value is (147,32,16). Sum of RGB (Red+Green+Blue) = 147+32+16=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #932010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932010 is #6CDFEF. Grayscale: #404040. Windows color (decimal): -7135216 or 1056915. OLE color: 1056915.

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

Color convert

RGB 147 32 16 -
CMYK 0 0.78 0.89 0.42
HSL 7.33º 0.8% 0.32% -
HSV(B) 7.33º 0.89% 0.58% -
XYZ 12.64 7.27 1.23 -
YUV 64.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 147 32 16 0 0.78 0.89 0.42 7.33 0.8 0.32
Hex 93 20 10 0 4E 59 2A 7 50 20
Octal 223 40 20 0 116 131 52 7 120 40
Binary 10010011 100000 10000 0 1001110 1011001 101010 111 1010000 100000

Color Harmonies of #932010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932010

Black with #932010

Text Example


Text Example

White with #932010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932010; }

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

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

background-color css

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

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

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

border-color css

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

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

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