Html Css Color HEX #932A20 Mandarian Orange

📋 copy color: '#932A20'

red 147 ◦ green 42 ◦ blue 32

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

Shades of Mandarian Orange #932A20

Tints of Mandarian Orange #932A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 66.52%
G = 19%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932A20 (or 0x932A20) is known color: Mandarian Orange. HEX triplet: 93, 2A and 20. RGB value is (147,42,32). Sum of RGB (Red+Green+Blue) = 147+42+32=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #932A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A20 is #6CD5DF. Grayscale: #484848. Windows color (decimal): -7132640 or 2108051. OLE color: 2108051.

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

Color convert

RGB 147 42 32 -
CMYK 0 0.71 0.78 0.42
HSL 5.22º 0.64% 0.35% -
HSV(B) 5.22º 0.78% 0.58% -
XYZ 13.12 7.96 2.21 -
YUV 72.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 147 42 32 0 0.71 0.78 0.42 5.22 0.64 0.35
Hex 93 2A 20 0 47 4E 2A 5 40 23
Octal 223 52 40 0 107 116 52 5 100 43
Binary 10010011 101010 100000 0 1000111 1001110 101010 101 1000000 100011

Color Harmonies of #932A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932A20

Black with #932A20

Text Example


Text Example

White with #932A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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