#BD4548

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

Shades of Brick Red #BD4548

Tints of Brick Red #BD4548

Color information

#BD4548 (or 0xBD4548) is unknown color: approx Brick Red. HEX triplet: BD, 45 and 48. RGB value is (189,69,72). Sum of RGB (Red+Green+Blue) = 189+69+72=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4548 is #42BAB7. Grayscale: #696969. Windows color (decimal): -4373176 or 4736445. OLE color: 4736445.

HSL color Cylindrical-coordinate representation of color #BD4548: hue angle of 358.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4548 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1896972-
CMYK00.630.620.26
HSL358.5º47.62%50.59%-
HSV(B)358.5º63.49%74.12%-
XYZ24.2815.547.85-
YUV105.22109.26187.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=57.27%
G=20.91%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189697200.630.620.26358.547.6250.59
HexBD454803F3E1A1663033
Octal27510511007776325466063
Binary1011110110001011001000011111111111011010101100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4548; }

 p { color: rgb(189,69,72); }

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

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

 a { background-color: rgb(189,69,72); }

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

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

 span { border-color: rgb(189,69,72); }

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