#B4353B

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

Shades of Brick Red #B4353B

Tints of Brick Red #B4353B

Color information

#B4353B (or 0xB4353B) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 3B. RGB value is (180,53,59). Sum of RGB (Red+Green+Blue) = 180+53+59=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353B is #4BCAC4. Grayscale: #5B5B5B. Windows color (decimal): -4967109 or 3880372. OLE color: 3880372.

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

Color convert

RGB1805359-
CMYK00.710.670.29
HSL357.17º54.51%45.69%-
HSV(B)357.17º70.56%70.59%-
XYZ20.8812.575.46-
YUV91.66109.58191.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=61.64%
G=18.15%
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
Decimal180535900.710.670.29357.1754.5145.69
HexB4353B047431D165372e
Octal26465730107103355456756
Binary1011010011010111101101000111100001111101101100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353B; }

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

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

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

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

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

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

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

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