Html Css Color HEX #982512 Mandarian Orange

📋 copy color: '#982512'

red 152 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #982512

Tints of Mandarian Orange #982512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 73.43%
G = 17.87%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#982512 (or 0x982512) is known color: Mandarian Orange. HEX triplet: 98, 25 and 12. RGB value is (152,37,18). Sum of RGB (Red+Green+Blue) = 152+37+18=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982512 is #67DAED. Grayscale: #454545. Windows color (decimal): -6806254 or 1189272. OLE color: 1189272.

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

Color convert

RGB 152 37 18 -
CMYK 0 0.76 0.88 0.40
HSL 8.51º 0.79% 0.33% -
HSV(B) 8.51º 0.88% 0.6% -
XYZ 13.72 8.04 1.4 -
YUV 69.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 152 37 18 0 0.76 0.88 0.40 8.51 0.79 0.33
Hex 98 25 12 0 4C 58 28 9 4F 21
Octal 230 45 22 0 114 130 50 11 117 41
Binary 10011000 100101 10010 0 1001100 1011000 101000 1001 1001111 100001

Color Harmonies of #982512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982512

Black with #982512

Text Example


Text Example

White with #982512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982512; }

 p { color: rgb(152,37,18); }

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

background-color css

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

 a { background-color: rgb(152,37,18); }

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

border-color css

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

 span { border-color: rgb(152,37,18); }

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