Html Css Color HEX #8C2F38 Old Brick

📋 copy color: '#8C2F38'

red 140 ◦ green 47 ◦ blue 56

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

Shades of Old Brick #8C2F38

Tints of Old Brick #8C2F38

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 value IS 0

 M value IS 0.66

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C2F38 (or 0x8C2F38) is known color: 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

RGB 140 47 56 -
CMYK 0 0.66 0.6 0.45
HSL 354.19º 0.5% 0.37% -
HSV(B) 354.19º 0.66% 0.55% -
XYZ 12.55 7.89 4.6 -
YUV 75.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 140 47 56 0 0.66 0.6 0.45 354.19 0.5 0.37
Hex 8C 2F 38 0 42 3C 2D 162 32 25
Octal 214 57 70 0 102 74 55 542 62 45
Binary 10001100 101111 111000 0 1000010 111100 101101 101100010 110010 100101

Color Harmonies of #8C2F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F38

Black with #8C2F38

Text Example


Text Example

White with #8C2F38

Text Example


Text Example

HTML Codes & Css Web 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>