Html Css Color HEX #981C0C Mandarian Orange

📋 copy color: '#981C0C'

red 152 ◦ green 28 ◦ blue 12

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

Shades of Mandarian Orange #981C0C

Tints of Mandarian Orange #981C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 79.17%
G = 14.58%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#981C0C (or 0x981C0C) is known color: Mandarian Orange. HEX triplet: 98, 1C and 0C. RGB value is (152,28,12). Sum of RGB (Red+Green+Blue) = 152+28+12=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C0C is #67E3F3. Grayscale: #3F3F3F. Windows color (decimal): -6808564 or 793752. OLE color: 793752.

HSL color Cylindrical-coordinate representation of color #981C0C: hue angle of 6.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #981C0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 12 -
CMYK 0 0.82 0.92 0.40
HSL 6.86º 0.85% 0.32% -
HSV(B) 6.86º 0.92% 0.6% -
XYZ 13.43 7.53 1.09 -
YUV 63.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 152 28 12 0 0.82 0.92 0.40 6.86 0.85 0.32
Hex 98 1C C 0 52 5C 28 7 55 20
Octal 230 34 14 0 122 134 50 7 125 40
Binary 10011000 11100 1100 0 1010010 1011100 101000 111 1010101 100000

Color Harmonies of #981C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C0C

Black with #981C0C

Text Example


Text Example

White with #981C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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