#B3353A

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

Shades of Brick Red #B3353A

Tints of Brick Red #B3353A

Color information

#B3353A (or 0xB3353A) is unknown color: approx Brick Red. HEX triplet: B3, 35 and 3A. RGB value is (179,53,58). Sum of RGB (Red+Green+Blue) = 179+53+58=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353A is #4CCAC5. Grayscale: #5B5B5B. Windows color (decimal): -5032646 or 3814835. OLE color: 3814835.

HSL color Cylindrical-coordinate representation of color #B3353A: hue angle of 357.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3353A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1795358-
CMYK00.700.680.30
HSL357.62º54.31%45.49%-
HSV(B)357.62º70.39%70.2%-
XYZ20.6312.445.32-
YUV91.24109.24190.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.72%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 58 (23.05% from 255) = 20%
R=61.72%
G=18.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179535800.700.680.30357.6254.3145.49
HexB3353A046441E166362d
Octal26365720106104365466655
Binary1011001111010111101001000110100010011110101100110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3353A; }

 p { color: rgb(179,53,58); }

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

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

 a { background-color: rgb(179,53,58); }

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

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

 span { border-color: rgb(179,53,58); }

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