#B7343E

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

Shades of Brick Red #B7343E

Tints of Brick Red #B7343E

Color information

#B7343E (or 0xB7343E) is unknown color: approx Brick Red. HEX triplet: B7, 34 and 3E. RGB value is (183,52,62). Sum of RGB (Red+Green+Blue) = 183+52+62=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343E is #48CBC1. Grayscale: #5C5C5C. Windows color (decimal): -4770754 or 4076727. OLE color: 4076727.

HSL color Cylindrical-coordinate representation of color #B7343E: hue angle of 355.42º 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 #B7343E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1835262-
CMYK00.720.660.28
HSL355.42º55.74%46.08%-
HSV(B)355.42º71.58%71.76%-
XYZ21.6312.875.9-
YUV92.31110.9192.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=61.62%
G=17.51%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183526200.720.660.28355.4255.7446.08
HexB7343E048421C163382e
Octal26764760110102345437056
Binary1011011111010011111001001000100001011100101100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7343E; }

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

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

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

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

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

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

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

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