#B3353E

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

Shades of Brick Red #B3353E

Tints of Brick Red #B3353E

Color information

#B3353E (or 0xB3353E) is unknown color: approx Brick Red. HEX triplet: B3, 35 and 3E. RGB value is (179,53,62). Sum of RGB (Red+Green+Blue) = 179+53+62=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3353E is #4CCAC1. Grayscale: #5B5B5B. Windows color (decimal): -5032642 or 4076979. OLE color: 4076979.

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

Color convert

RGB1795362-
CMYK00.700.650.30
HSL355.71º54.31%45.49%-
HSV(B)355.71º70.39%70.2%-
XYZ20.7312.485.87-
YUV91.7111.24190.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=60.88%
G=18.03%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179536200.700.650.30355.7154.3145.49
HexB3353E046411E164362d
Octal26365760106101365446655
Binary1011001111010111111001000110100000111110101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3353E; }

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

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

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

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

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

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

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

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