#BD343E

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

Shades of Brick Red #BD343E

Tints of Brick Red #BD343E

Color information

#BD343E (or 0xBD343E) is unknown color: approx Brick Red. HEX triplet: BD, 34 and 3E. RGB value is (189,52,62). Sum of RGB (Red+Green+Blue) = 189+52+62=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD343E is #42CBC1. Grayscale: #5E5E5E. Windows color (decimal): -4377538 or 4076733. OLE color: 4076733.

HSL color Cylindrical-coordinate representation of color #BD343E: hue angle of 355.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD343E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1895262-
CMYK00.720.670.26
HSL355.62º56.85%47.25%-
HSV(B)355.62º72.49%74.12%-
XYZ23.0813.625.97-
YUV94.1109.89195.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=62.38%
G=17.16%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189526200.720.670.26355.6256.8547.25
HexBD343E048431A164392f
Octal27564760110103325447157
Binary1011110111010011111001001000100001111010101100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD343E; }

 p { color: rgb(189,52,62); }

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

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

 a { background-color: rgb(189,52,62); }

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

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

 span { border-color: rgb(189,52,62); }

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