Html Css Color HEX #981512 Mandarian Orange

📋 copy color: '#981512'

red 152 ◦ green 21 ◦ blue 18

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

Shades of Mandarian Orange #981512

Tints of Mandarian Orange #981512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 79.58%
G = 10.99%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981512 (or 0x981512) is known color: Mandarian Orange. HEX triplet: 98, 15 and 12. RGB value is (152,21,18). Sum of RGB (Red+Green+Blue) = 152+21+18=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #981512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981512 is #67EAED. Grayscale: #3B3B3B. Windows color (decimal): -6810350 or 1185176. OLE color: 1185176.

HSL color Cylindrical-coordinate representation of color #981512: hue angle of 1.34º 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 #981512 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 18 -
CMYK 0 0.86 0.88 0.40
HSL 1.34º 0.79% 0.33% -
HSV(B) 1.34º 0.88% 0.6% -
XYZ 13.33 7.26 1.27 -
YUV 59.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 152 21 18 0 0.86 0.88 0.40 1.34 0.79 0.33
Hex 98 15 12 0 56 58 28 1 4F 21
Octal 230 25 22 0 126 130 50 1 117 41
Binary 10011000 10101 10010 0 1010110 1011000 101000 1 1001111 100001

Color Harmonies of #981512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981512

Black with #981512

Text Example


Text Example

White with #981512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981512; }

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

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

background-color css

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

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

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

border-color css

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

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

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