#B0353E

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

Shades of Brick Red #B0353E

Tints of Brick Red #B0353E

Color information

#B0353E (or 0xB0353E) is unknown color: approx Brick Red. HEX triplet: B0, 35 and 3E. RGB value is (176,53,62). Sum of RGB (Red+Green+Blue) = 176+53+62=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0353E is #4FCAC1. Grayscale: #5A5A5A. Windows color (decimal): -5229250 or 4076976. OLE color: 4076976.

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

Color convert

RGB1765362-
CMYK00.700.650.31
HSL355.61º53.71%44.9%-
HSV(B)355.61º69.89%69.02%-
XYZ20.0512.125.84-
YUV90.8111.75188.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=60.48%
G=18.21%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176536200.700.650.31355.6153.7144.9
HexB0353E046411F164362d
Octal26065760106101375446655
Binary1011000011010111111001000110100000111111101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0353E; }

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

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

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

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

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

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

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

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