Html Css Color HEX #8A2424 Mandarian Orange

📋 copy color: '#8A2424'

red 138 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #8A2424

Tints of Mandarian Orange #8A2424

RGB

 RED value IS 138 (54.3% from 255) = 65.71%

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 65.71%
G = 17.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#8A2424 (or 0x8A2424) is known color: Mandarian Orange. HEX triplet: 8A, 24 and 24. RGB value is (138,36,36). Sum of RGB (Red+Green+Blue) = 138+36+36=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2424 is #75DBDB. Grayscale: #424242. Windows color (decimal): -7723996 or 2368650. OLE color: 2368650.

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

Color convert

RGB 138 36 36 -
CMYK 0 0.74 0.74 0.46
HSL 0.59% 0.34% -
HSV(B) 0.74% 0.54% -
XYZ 11.43 6.79 2.38 -
YUV 66.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 138 36 36 0 0.74 0.74 0.46 0 0.59 0.34
Hex 8A 24 24 0 4A 4A 2E 0 3B 22
Octal 212 44 44 0 112 112 56 0 73 42
Binary 10001010 100100 100100 0 1001010 1001010 101110 0 111011 100010

Color Harmonies of #8A2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2424

Black with #8A2424

Text Example


Text Example

White with #8A2424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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