Html Css Color HEX #8C2B2B Mandarian Orange

📋 copy color: '#8C2B2B'

red 140 ◦ green 43 ◦ blue 43

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

Shades of Mandarian Orange #8C2B2B

Tints of Mandarian Orange #8C2B2B

RGB

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

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

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

R = 61.95%
G = 19.03%
B = 19.03%

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

#8C2B2B (or 0x8C2B2B) is known color: Mandarian Orange. HEX triplet: 8C, 2B and 2B. RGB value is (140,43,43). Sum of RGB (Red+Green+Blue) = 140+43+43=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B2B is #73D4D4. Grayscale: #484848. Windows color (decimal): -7591125 or 2829196. OLE color: 2829196.

HSL color Cylindrical-coordinate representation of color #8C2B2B: hue angle of 0º 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 #8C2B2B is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 43 -
CMYK 0 0.69 0.69 0.45
HSL 0.53% 0.36% -
HSV(B) 0.69% 0.55% -
XYZ 12.12 7.48 3.09 -
YUV 72 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 140 43 43 0 0.69 0.69 0.45 0 0.53 0.36
Hex 8C 2B 2B 0 45 45 2D 0 35 24
Octal 214 53 53 0 105 105 55 0 65 44
Binary 10001100 101011 101011 0 1000101 1000101 101101 0 110101 100100

Color Harmonies of #8C2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B2B

Black with #8C2B2B

Text Example


Text Example

White with #8C2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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