#B4353F

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

Shades of Brick Red #B4353F

Tints of Brick Red #B4353F

Color information

#B4353F (or 0xB4353F) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 3F. RGB value is (180,53,63). Sum of RGB (Red+Green+Blue) = 180+53+63=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353F is #4BCAC0. Grayscale: #5C5C5C. Windows color (decimal): -4967105 or 4142516. OLE color: 4142516.

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

Color convert

RGB1805363-
CMYK00.710.650.29
HSL355.28º54.51%45.69%-
HSV(B)355.28º70.56%70.59%-
XYZ20.9912.616.03-
YUV92.11111.58190.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 63 (25% from 255) = 21.28%
R=60.81%
G=17.91%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180536300.710.650.29355.2854.5145.69
HexB4353F047411D163372e
Octal26465770107101355436756
Binary1011010011010111111101000111100000111101101100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353F; }

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

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

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

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

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

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

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

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