#B0343D

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

Shades of Brick Red #B0343D

Tints of Brick Red #B0343D

Color information

#B0343D (or 0xB0343D) is unknown color: approx Brick Red. HEX triplet: B0, 34 and 3D. RGB value is (176,52,61). Sum of RGB (Red+Green+Blue) = 176+52+61=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0343D is #4FCBC2. Grayscale: #5A5A5A. Windows color (decimal): -5229507 or 4011184. OLE color: 4011184.

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

Color convert

RGB1765261-
CMYK00.700.650.31
HSL355.65º54.39%44.71%-
HSV(B)355.65º70.45%69.02%-
XYZ19.9712.025.68-
YUV90.1111.58189.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=60.90%
G=17.99%
B=21.11%

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
Decimal176526100.700.650.31355.6554.3944.71
HexB0343D046411F164362d
Octal26064750106101375446655
Binary1011000011010011110101000110100000111111101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0343D; }

 p { color: rgb(176,52,61); }

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

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

 a { background-color: rgb(176,52,61); }

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

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

 span { border-color: rgb(176,52,61); }

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