Html Css Color HEX #981C12 Mandarian Orange

📋 copy color: '#981C12'

red 152 ◦ green 28 ◦ blue 18

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

Shades of Mandarian Orange #981C12

Tints of Mandarian Orange #981C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 76.77%
G = 14.14%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981C12 (or 0x981C12) is known color: Mandarian Orange. HEX triplet: 98, 1C and 12. RGB value is (152,28,18). Sum of RGB (Red+Green+Blue) = 152+28+18=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #981C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C12 is #67E3ED. Grayscale: #404040. Windows color (decimal): -6808558 or 1186968. OLE color: 1186968.

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

Color convert

RGB 152 28 18 -
CMYK 0 0.82 0.88 0.40
HSL 4.48º 0.79% 0.33% -
HSV(B) 4.48º 0.88% 0.6% -
XYZ 13.47 7.55 1.32 -
YUV 63.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 152 28 18 0 0.82 0.88 0.40 4.48 0.79 0.33
Hex 98 1C 12 0 52 58 28 4 4F 21
Octal 230 34 22 0 122 130 50 4 117 41
Binary 10011000 11100 10010 0 1010010 1011000 101000 100 1001111 100001

Color Harmonies of #981C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C12

Black with #981C12

Text Example


Text Example

White with #981C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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