#B0353B

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

Shades of Brick Red #B0353B

Tints of Brick Red #B0353B

Color information

#B0353B (or 0xB0353B) is unknown color: approx Brick Red. HEX triplet: B0, 35 and 3B. RGB value is (176,53,59). Sum of RGB (Red+Green+Blue) = 176+53+59=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0353B is #4FCAC4. Grayscale: #5A5A5A. Windows color (decimal): -5229253 or 3880368. OLE color: 3880368.

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

Color convert

RGB1765359-
CMYK00.700.660.31
HSL357.07º53.71%44.9%-
HSV(B)357.07º69.89%69.02%-
XYZ19.9712.095.42-
YUV90.46110.25189.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=61.11%
G=18.40%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176535900.700.660.31357.0753.7144.9
HexB0353B046421F165362d
Octal26065730106102375456655
Binary1011000011010111101101000110100001011111101100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0353B; }

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

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

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

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

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

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

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

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