Html Css Color HEX #8C2C2B Mandarian Orange

📋 copy color: '#8C2C2B'

red 140 ◦ green 44 ◦ blue 43

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

Shades of Mandarian Orange #8C2C2B

Tints of Mandarian Orange #8C2C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 61.67%
G = 19.38%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C2C2B (or 0x8C2C2B) is known color: Mandarian Orange. HEX triplet: 8C, 2C and 2B. RGB value is (140,44,43). Sum of RGB (Red+Green+Blue) = 140+44+43=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C2B is #73D3D4. Grayscale: #484848. Windows color (decimal): -7590869 or 2829452. OLE color: 2829452.

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

Color convert

RGB 140 44 43 -
CMYK 0 0.69 0.69 0.45
HSL 0.62º 0.53% 0.36% -
HSV(B) 0.62º 0.69% 0.55% -
XYZ 12.15 7.55 3.1 -
YUV 72.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 140 44 43 0 0.69 0.69 0.45 0.62 0.53 0.36
Hex 8C 2C 2B 0 45 45 2D 1 35 24
Octal 214 54 53 0 105 105 55 1 65 44
Binary 10001100 101100 101011 0 1000101 1000101 101101 1 110101 100100

Color Harmonies of #8C2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2C2B

Black with #8C2C2B

Text Example


Text Example

White with #8C2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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