#B4353D

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

Shades of Brick Red #B4353D

Tints of Brick Red #B4353D

Color information

#B4353D (or 0xB4353D) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 3D. RGB value is (180,53,61). Sum of RGB (Red+Green+Blue) = 180+53+61=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353D is #4BCAC2. Grayscale: #5B5B5B. Windows color (decimal): -4967107 or 4011444. OLE color: 4011444.

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

Color convert

RGB1805361-
CMYK00.710.660.29
HSL356.22º54.51%45.69%-
HSV(B)356.22º70.56%70.59%-
XYZ20.9412.595.74-
YUV91.88110.58190.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=61.22%
G=18.03%
B=20.75%

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
Decimal180536100.710.660.29356.2254.5145.69
HexB4353D047421D164372e
Octal26465750107102355446756
Binary1011010011010111110101000111100001011101101100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353D; }

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

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

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

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

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

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

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

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