#B7343C

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

Shades of Brick Red #B7343C

Tints of Brick Red #B7343C

Color information

#B7343C (or 0xB7343C) is unknown color: approx Brick Red. HEX triplet: B7, 34 and 3C. RGB value is (183,52,60). Sum of RGB (Red+Green+Blue) = 183+52+60=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343C is #48CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4770756 or 3945655. OLE color: 3945655.

HSL color Cylindrical-coordinate representation of color #B7343C: hue angle of 356.34º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7343C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1835260-
CMYK00.720.670.28
HSL356.34º55.74%46.08%-
HSV(B)356.34º71.58%71.76%-
XYZ21.5712.855.62-
YUV92.08109.9192.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=62.03%
G=17.63%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183526000.720.670.28356.3455.7446.08
HexB7343C048431C164382e
Octal26764740110103345447056
Binary1011011111010011110001001000100001111100101100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7343C; }

 p { color: rgb(183,52,60); }

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

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

 a { background-color: rgb(183,52,60); }

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

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

 span { border-color: rgb(183,52,60); }

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