Html Css Color HEX #8C2510 Mandarian Orange

📋 copy color: '#8C2510'

red 140 ◦ green 37 ◦ blue 16

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

Shades of Mandarian Orange #8C2510

Tints of Mandarian Orange #8C2510

RGB

 RED value IS 140 (55.08% from 255) = 72.54%

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 72.54%
G = 19.17%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C2510 (or 0x8C2510) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 10. RGB value is (140,37,16). Sum of RGB (Red+Green+Blue) = 140+37+16=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2510 is #73DAEF. Grayscale: #414141. Windows color (decimal): -7592688 or 1058188. OLE color: 1058188.

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

Color convert

RGB 140 37 16 -
CMYK 0 0.74 0.89 0.45
HSL 10.16º 0.79% 0.31% -
HSV(B) 10.16º 0.89% 0.55% -
XYZ 11.57 6.94 1.22 -
YUV 65.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 140 37 16 0 0.74 0.89 0.45 10.16 0.79 0.31
Hex 8C 25 10 0 4A 59 2D A 4F 1F
Octal 214 45 20 0 112 131 55 12 117 37
Binary 10001100 100101 10000 0 1001010 1011001 101101 1010 1001111 11111

Color Harmonies of #8C2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2510

Black with #8C2510

Text Example


Text Example

White with #8C2510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,37,16); }

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

background-color css

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

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

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

border-color css

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

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

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