#8c2a2a

Color #8C2A2A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8C2A2A

Tints of Mandarian Orange #8C2A2A

Color information

#8C2A2A (or 0x8C2A2A) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 2A and 2A. RGB value is (140,42,42). Sum of RGB (Red+Green+Blue) = 140+42+42=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A2A is #73D5D5. Grayscale: #474747. Windows color (decimal): -7591382 or 2763404. OLE color: 2763404.

HSL color Cylindrical-coordinate representation of color #8C2A2A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C2A2A is Cyan = 0, Magento = 0.7, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB1404242-
CMYK00.70.70.45
HSL53.85%35.69%-
HSV(B)70%54.9%-
XYZ12.067.42.98-
YUV71.3111.47177-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140424200.70.70.45053.8535.69
Hex8C2A2A046462D03624
Octal214525201061065506644
Binary100011001010101010100100011010001101011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c2a2a; }

 p { color: rgb(140,42,42); }

 H1.HeaderClassName
 {
   color: #8c2a2a;
 }
 .AnyTagClassName
 {
   color: #8c2a2a;
 }
</style>
background-color css

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

 a { background-color: rgb(140,42,42); }

 div.DivClassName
 {
   background-color: #8c2a2a;
 }
 .BgClassName
 {
   background-color: #8c2a2a;
 }
</style>
border-color css

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

 span { border-color: rgb(140,42,42); }

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