#B3353B

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

Shades of Brick Red #B3353B

Tints of Brick Red #B3353B

Color information

#B3353B (or 0xB3353B) is unknown color: approx Brick Red. HEX triplet: B3, 35 and 3B. RGB value is (179,53,59). Sum of RGB (Red+Green+Blue) = 179+53+59=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353B is #4CCAC4. Grayscale: #5B5B5B. Windows color (decimal): -5032645 or 3880371. OLE color: 3880371.

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

Color convert

RGB1795359-
CMYK00.700.670.30
HSL357.14º54.31%45.49%-
HSV(B)357.14º70.39%70.2%-
XYZ20.6512.455.45-
YUV91.36109.74190.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=61.51%
G=18.21%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179535900.700.670.30357.1454.3145.49
HexB3353B046431E165362d
Octal26365730106103365456655
Binary1011001111010111101101000110100001111110101100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3353B; }

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

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

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

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

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

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

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

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