Html Css Color HEX #981A12 Mandarian Orange

📋 copy color: '#981A12'

red 152 ◦ green 26 ◦ blue 18

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

Shades of Mandarian Orange #981A12

Tints of Mandarian Orange #981A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

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

R = 77.55%
G = 13.27%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981A12 (or 0x981A12) is known color: Mandarian Orange. HEX triplet: 98, 1A and 12. RGB value is (152,26,18). Sum of RGB (Red+Green+Blue) = 152+26+18=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A12 is #67E5ED. Grayscale: #3E3E3E. Windows color (decimal): -6809070 or 1186456. OLE color: 1186456.

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

Color convert

RGB 152 26 18 -
CMYK 0 0.83 0.88 0.40
HSL 3.58º 0.79% 0.33% -
HSV(B) 3.58º 0.88% 0.6% -
XYZ 13.43 7.46 1.3 -
YUV 62.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 152 26 18 0 0.83 0.88 0.40 3.58 0.79 0.33
Hex 98 1A 12 0 53 58 28 4 4F 21
Octal 230 32 22 0 123 130 50 4 117 41
Binary 10011000 11010 10010 0 1010011 1011000 101000 100 1001111 100001

Color Harmonies of #981A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A12

Black with #981A12

Text Example


Text Example

White with #981A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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