Html Css Color HEX #8A2C2B Mandarian Orange

📋 copy color: '#8A2C2B'

red 138 ◦ green 44 ◦ blue 43

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

Shades of Mandarian Orange #8A2C2B

Tints of Mandarian Orange #8A2C2B

RGB

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

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

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

R = 61.33%
G = 19.56%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A2C2B (or 0x8A2C2B) is known color: Mandarian Orange. HEX triplet: 8A, 2C and 2B. RGB value is (138,44,43). Sum of RGB (Red+Green+Blue) = 138+44+43=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C2B is #75D3D4. Grayscale: #484848. Windows color (decimal): -7721941 or 2829450. OLE color: 2829450.

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

Color convert

RGB 138 44 43 -
CMYK 0 0.68 0.69 0.46
HSL 0.63º 0.52% 0.35% -
HSV(B) 0.63º 0.69% 0.54% -
XYZ 11.82 7.38 3.09 -
YUV 71.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 138 44 43 0 0.68 0.69 0.46 0.63 0.52 0.35
Hex 8A 2C 2B 0 44 45 2E 1 34 23
Octal 212 54 53 0 104 105 56 1 64 43
Binary 10001010 101100 101011 0 1000100 1000101 101110 1 110100 100011

Color Harmonies of #8A2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C2B

Black with #8A2C2B

Text Example


Text Example

White with #8A2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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