Html Css Color HEX #981C0A Mandarian Orange

📋 copy color: '#981C0A'

red 152 ◦ green 28 ◦ blue 10

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

Shades of Mandarian Orange #981C0A

Tints of Mandarian Orange #981C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 80%
G = 14.74%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#981C0A (or 0x981C0A) is known color: Mandarian Orange. HEX triplet: 98, 1C and 0A. RGB value is (152,28,10). Sum of RGB (Red+Green+Blue) = 152+28+10=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C0A is #67E3F5. Grayscale: #3F3F3F. Windows color (decimal): -6808566 or 662680. OLE color: 662680.

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

Color convert

RGB 152 28 10 -
CMYK 0 0.82 0.93 0.40
HSL 7.61º 0.88% 0.32% -
HSV(B) 7.61º 0.93% 0.6% -
XYZ 13.42 7.53 1.03 -
YUV 63.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 152 28 10 0 0.82 0.93 0.40 7.61 0.88 0.32
Hex 98 1C A 0 52 5D 28 8 58 20
Octal 230 34 12 0 122 135 50 10 130 40
Binary 10011000 11100 1010 0 1010010 1011101 101000 1000 1011000 100000

Color Harmonies of #981C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C0A

Black with #981C0A

Text Example


Text Example

White with #981C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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