#B4353C

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

Shades of Brick Red #B4353C

Tints of Brick Red #B4353C

Color information

#B4353C (or 0xB4353C) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 3C. RGB value is (180,53,60). Sum of RGB (Red+Green+Blue) = 180+53+60=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353C is #4BCAC3. Grayscale: #5B5B5B. Windows color (decimal): -4967108 or 3945908. OLE color: 3945908.

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

Color convert

RGB1805360-
CMYK00.710.670.29
HSL356.69º54.51%45.69%-
HSV(B)356.69º70.56%70.59%-
XYZ20.9112.585.6-
YUV91.77110.08190.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=61.43%
G=18.09%
B=20.48%

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
Decimal180536000.710.670.29356.6954.5145.69
HexB4353C047431D165372e
Octal26465740107103355456756
Binary1011010011010111110001000111100001111101101100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353C; }

 p { color: rgb(180,53,60); }

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

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

 a { background-color: rgb(180,53,60); }

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

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

 span { border-color: rgb(180,53,60); }

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