Html Css Color HEX #982C20 Mandarian Orange

📋 copy color: '#982C20'

red 152 ◦ green 44 ◦ blue 32

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

Shades of Mandarian Orange #982C20

Tints of Mandarian Orange #982C20

RGB

 RED value IS 152 (59.77% from 255) = 66.67%

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 66.67%
G = 19.3%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#982C20 (or 0x982C20) is known color: Mandarian Orange. HEX triplet: 98, 2C and 20. RGB value is (152,44,32). Sum of RGB (Red+Green+Blue) = 152+44+32=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C20 is #67D3DF. Grayscale: #4B4B4B. Windows color (decimal): -6804448 or 2108568. OLE color: 2108568.

HSL color Cylindrical-coordinate representation of color #982C20: hue angle of 6º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982C20 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 32 -
CMYK 0 0.71 0.79 0.40
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.6% -
XYZ 14.11 8.58 2.28 -
YUV 74.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 152 44 32 0 0.71 0.79 0.40 6 0.65 0.36
Hex 98 2C 20 0 47 4F 28 6 41 24
Octal 230 54 40 0 107 117 50 6 101 44
Binary 10011000 101100 100000 0 1000111 1001111 101000 110 1000001 100100

Color Harmonies of #982C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C20

Black with #982C20

Text Example


Text Example

White with #982C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982C20; }

 p { color: rgb(152,44,32); }

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

background-color css

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

 a { background-color: rgb(152,44,32); }

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

border-color css

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

 span { border-color: rgb(152,44,32); }

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