#B4353E

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

Shades of Brick Red #B4353E

Tints of Brick Red #B4353E

Color information

#B4353E (or 0xB4353E) is unknown color: approx Brick Red. HEX triplet: B4, 35 and 3E. RGB value is (180,53,62). Sum of RGB (Red+Green+Blue) = 180+53+62=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4353E is #4BCAC1. Grayscale: #5C5C5C. Windows color (decimal): -4967106 or 4076980. OLE color: 4076980.

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

Color convert

RGB1805362-
CMYK00.710.660.29
HSL355.75º54.51%45.69%-
HSV(B)355.75º70.56%70.59%-
XYZ20.9612.65.88-
YUV92111.08190.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=61.02%
G=17.97%
B=21.02%

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
Decimal180536200.710.660.29355.7554.5145.69
HexB4353E047421D164372e
Octal26465760107102355446756
Binary1011010011010111111001000111100001011101101100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4353E; }

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

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

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

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

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

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

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

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