Html Css Color HEX #8C2E3B Old Brick

📋 copy color: '#8C2E3B'

red 140 ◦ green 46 ◦ blue 59

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

Shades of Old Brick #8C2E3B

Tints of Old Brick #8C2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 57.14%
G = 18.78%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C2E3B (or 0x8C2E3B) is known color: Old Brick. HEX triplet: 8C, 2E and 3B. RGB value is (140,46,59). Sum of RGB (Red+Green+Blue) = 140+46+59=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E3B is #73D1C4. Grayscale: #4B4B4B. Windows color (decimal): -7590341 or 3878540. OLE color: 3878540.

HSL color Cylindrical-coordinate representation of color #8C2E3B: hue angle of 351.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E3B is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 46 59 -
CMYK 0 0.67 0.58 0.45
HSL 351.7º 0.51% 0.36% -
HSV(B) 351.7º 0.67% 0.55% -
XYZ 12.58 7.85 4.99 -
YUV 75.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 140 46 59 0 0.67 0.58 0.45 351.7 0.51 0.36
Hex 8C 2E 3B 0 43 3A 2D 160 33 24
Octal 214 56 73 0 103 72 55 540 63 44
Binary 10001100 101110 111011 0 1000011 111010 101101 101100000 110011 100100

Color Harmonies of #8C2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E3B

Black with #8C2E3B

Text Example


Text Example

White with #8C2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,46,59); }

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

background-color css

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

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

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

border-color css

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

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

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