Html Css Color HEX #982018 Mandarian Orange

📋 copy color: '#982018'

red 152 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #982018

Tints of Mandarian Orange #982018

RGB

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

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

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

R = 73.08%
G = 15.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982018 (or 0x982018) is known color: Mandarian Orange. HEX triplet: 98, 20 and 18. RGB value is (152,32,24). Sum of RGB (Red+Green+Blue) = 152+32+24=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982018 is #67DFE7. Grayscale: #434343. Windows color (decimal): -6807528 or 1581208. OLE color: 1581208.

HSL color Cylindrical-coordinate representation of color #982018: hue angle of 3.75º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #982018 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 24 -
CMYK 0 0.79 0.84 0.40
HSL 3.75º 0.73% 0.35% -
HSV(B) 3.75º 0.84% 0.6% -
XYZ 13.63 7.77 1.65 -
YUV 66.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 152 32 24 0 0.79 0.84 0.40 3.75 0.73 0.35
Hex 98 20 18 0 4F 54 28 4 49 23
Octal 230 40 30 0 117 124 50 4 111 43
Binary 10011000 100000 11000 0 1001111 1010100 101000 100 1001001 100011

Color Harmonies of #982018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982018

Black with #982018

Text Example


Text Example

White with #982018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982018; }

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

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

background-color css

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

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

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

border-color css

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

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

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