Html Css Color HEX #8B2A24 Mandarian Orange

📋 copy color: '#8B2A24'

red 139 ◦ green 42 ◦ blue 36

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

Shades of Mandarian Orange #8B2A24

Tints of Mandarian Orange #8B2A24

RGB

 RED value IS 139 (54.69% from 255) = 64.06%

 GREEN value IS 42 (16.8% from 255) = 19.35%

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

R = 64.06%
G = 19.35%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B2A24 (or 0x8B2A24) is known color: Mandarian Orange. HEX triplet: 8B, 2A and 24. RGB value is (139,42,36). Sum of RGB (Red+Green+Blue) = 139+42+36=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A24 is #74D5DB. Grayscale: #464646. Windows color (decimal): -7656924 or 2370187. OLE color: 2370187.

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

Color convert

RGB 139 42 36 -
CMYK 0 0.70 0.74 0.45
HSL 3.5º 0.59% 0.34% -
HSV(B) 3.5º 0.74% 0.55% -
XYZ 11.79 7.27 2.45 -
YUV 70.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 139 42 36 0 0.70 0.74 0.45 3.5 0.59 0.34
Hex 8B 2A 24 0 46 4A 2D 3 3B 22
Octal 213 52 44 0 106 112 55 3 73 42
Binary 10001011 101010 100100 0 1000110 1001010 101101 11 111011 100010

Color Harmonies of #8B2A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A24

Black with #8B2A24

Text Example


Text Example

White with #8B2A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,42,36); }

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

background-color css

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

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

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

border-color css

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

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

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