Html Css Color HEX #8C2B24 Mandarian Orange

📋 copy color: '#8C2B24'

red 140 ◦ green 43 ◦ blue 36

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

Shades of Mandarian Orange #8C2B24

Tints of Mandarian Orange #8C2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 63.93%
G = 19.63%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2B24 (or 0x8C2B24) is known color: Mandarian Orange. HEX triplet: 8C, 2B and 24. RGB value is (140,43,36). Sum of RGB (Red+Green+Blue) = 140+43+36=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B24 is #73D4DB. Grayscale: #474747. Windows color (decimal): -7591132 or 2370444. OLE color: 2370444.

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

Color convert

RGB 140 43 36 -
CMYK 0 0.69 0.74 0.45
HSL 4.04º 0.59% 0.35% -
HSV(B) 4.04º 0.74% 0.55% -
XYZ 12 7.43 2.47 -
YUV 71.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 140 43 36 0 0.69 0.74 0.45 4.04 0.59 0.35
Hex 8C 2B 24 0 45 4A 2D 4 3B 23
Octal 214 53 44 0 105 112 55 4 73 43
Binary 10001100 101011 100100 0 1000101 1001010 101101 100 111011 100011

Color Harmonies of #8C2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B24

Black with #8C2B24

Text Example


Text Example

White with #8C2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,36); }

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

background-color css

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

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

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

border-color css

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

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

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