#8C2F38

Color #8C2F38 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #8C2F38

Tints of Old Brick #8C2F38

Color information

#8C2F38 (or 0x8C2F38) is unknown color: approx Old Brick. HEX triplet: 8C, 2F and 38. RGB value is (140,47,56). Sum of RGB (Red+Green+Blue) = 140+47+56=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F38 is #73D0C7. Grayscale: #4B4B4B. Windows color (decimal): -7590088 or 3682188. OLE color: 3682188.

HSL color Cylindrical-coordinate representation of color #8C2F38: hue angle of 354.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F38 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB1404756-
CMYK00.660.60.45
HSL354.19º49.73%36.67%-
HSV(B)354.19º66.43%54.9%-
XYZ12.557.894.6-
YUV75.83116.81173.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=57.61%
G=19.34%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140475600.660.60.45354.1949.7336.67
Hex8C2F380423C2D1623225
Octal2145770010274555426245
Binary1000110010111111100001000010111100101101101100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,47,56); }

 H1.HeaderClassName
 {
   color: #8C2F38;
 }
 .AnyTagClassName
 {
   color: #8C2F38;
 }
</style>
background-color css

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

 a { background-color: rgb(140,47,56); }

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

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

 span { border-color: rgb(140,47,56); }

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