#B5343B

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

Shades of Brick Red #B5343B

Tints of Brick Red #B5343B

Color information

#B5343B (or 0xB5343B) is unknown color: approx Brick Red. HEX triplet: B5, 34 and 3B. RGB value is (181,52,59). Sum of RGB (Red+Green+Blue) = 181+52+59=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5343B is #4ACBC4. Grayscale: #5B5B5B. Windows color (decimal): -4901829 or 3880117. OLE color: 3880117.

HSL color Cylindrical-coordinate representation of color #B5343B: hue angle of 356.74º 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 #B5343B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1815259-
CMYK00.710.670.29
HSL356.74º55.36%45.69%-
HSV(B)356.74º71.27%70.98%-
XYZ21.0712.65.46-
YUV91.37109.74191.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=61.99%
G=17.81%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181525900.710.670.29356.7455.3645.69
HexB5343B047431D165372e
Octal26564730107103355456756
Binary1011010111010011101101000111100001111101101100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5343B; }

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

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

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

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

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

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

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

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