#BD4044

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

Shades of Brick Red #BD4044

Tints of Brick Red #BD4044

Color information

#BD4044 (or 0xBD4044) is unknown color: approx Brick Red. HEX triplet: BD, 40 and 44. RGB value is (189,64,68). Sum of RGB (Red+Green+Blue) = 189+64+68=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4044 is #42BFBB. Grayscale: #656565. Windows color (decimal): -4374460 or 4473021. OLE color: 4473021.

HSL color Cylindrical-coordinate representation of color #BD4044: hue angle of 358.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4044 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB1896468-
CMYK00.660.640.26
HSL358.08º49.41%49.61%-
HSV(B)358.08º66.14%74.12%-
XYZ23.8614.97.09-
YUV101.83108.91190.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=58.88%
G=19.94%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189646800.660.640.26358.0849.4149.61
HexBD4044042401A1663132
Octal2751001040102100325466162
Binary101111011000000100010001000010100000011010101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4044; }

 p { color: rgb(189,64,68); }

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

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

 a { background-color: rgb(189,64,68); }

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

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

 span { border-color: rgb(189,64,68); }

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