Html Css Color HEX #8A2B26 Mandarian Orange

📋 copy color: '#8A2B26'

red 138 ◦ green 43 ◦ blue 38

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

Shades of Mandarian Orange #8A2B26

Tints of Mandarian Orange #8A2B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 63.01%
G = 19.63%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A2B26 (or 0x8A2B26) is known color: Mandarian Orange. HEX triplet: 8A, 2B and 26. RGB value is (138,43,38). Sum of RGB (Red+Green+Blue) = 138+43+38=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B26 is #75D4D9. Grayscale: #464646. Windows color (decimal): -7722202 or 2501514. OLE color: 2501514.

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

Color convert

RGB 138 43 38 -
CMYK 0 0.69 0.72 0.46
HSL 0.57% 0.35% -
HSV(B) 0.72% 0.54% -
XYZ 11.69 7.27 2.62 -
YUV 70.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 138 43 38 0 0.69 0.72 0.46 3 0.57 0.35
Hex 8A 2B 26 0 45 48 2E 3 39 23
Octal 212 53 46 0 105 110 56 3 71 43
Binary 10001010 101011 100110 0 1000101 1001000 101110 11 111001 100011

Color Harmonies of #8A2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B26

Black with #8A2B26

Text Example


Text Example

White with #8A2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,43,38); }

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

background-color css

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

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

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

border-color css

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

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

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