Html Css Color HEX #982212 Mandarian Orange

📋 copy color: '#982212'

red 152 ◦ green 34 ◦ blue 18

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

Shades of Mandarian Orange #982212

Tints of Mandarian Orange #982212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 74.51%
G = 16.67%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#982212 (or 0x982212) is known color: Mandarian Orange. HEX triplet: 98, 22 and 12. RGB value is (152,34,18). Sum of RGB (Red+Green+Blue) = 152+34+18=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982212 is #67DDED. Grayscale: #434343. Windows color (decimal): -6807022 or 1188504. OLE color: 1188504.

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

Color convert

RGB 152 34 18 -
CMYK 0 0.78 0.88 0.40
HSL 7.16º 0.79% 0.33% -
HSV(B) 7.16º 0.88% 0.6% -
XYZ 13.63 7.86 1.37 -
YUV 67.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 152 34 18 0 0.78 0.88 0.40 7.16 0.79 0.33
Hex 98 22 12 0 4E 58 28 7 4F 21
Octal 230 42 22 0 116 130 50 7 117 41
Binary 10011000 100010 10010 0 1001110 1011000 101000 111 1001111 100001

Color Harmonies of #982212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982212

Black with #982212

Text Example


Text Example

White with #982212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982212; }

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

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

background-color css

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

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

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

border-color css

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

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

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