#B5343E

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

Shades of Brick Red #B5343E

Tints of Brick Red #B5343E

Color information

#B5343E (or 0xB5343E) is unknown color: approx Brick Red. HEX triplet: B5, 34 and 3E. RGB value is (181,52,62). Sum of RGB (Red+Green+Blue) = 181+52+62=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343E is #4ACBC1. Grayscale: #5B5B5B. Windows color (decimal): -4901826 or 4076725. OLE color: 4076725.

HSL color Cylindrical-coordinate representation of color #B5343E: hue angle of 355.35º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5343E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1815262-
CMYK00.710.660.29
HSL355.35º55.36%45.69%-
HSV(B)355.35º71.27%70.98%-
XYZ21.1512.635.88-
YUV91.71111.24191.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=61.36%
G=17.63%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181526200.710.660.29355.3555.3645.69
HexB5343E047421D163372e
Octal26564760107102355436756
Binary1011010111010011111001000111100001011101101100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5343E; }

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

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

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

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

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

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

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

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