#BD3044

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

Shades of Brick Red #BD3044

Tints of Brick Red #BD3044

Color information

#BD3044 (or 0xBD3044) is unknown color: approx Brick Red. HEX triplet: BD, 30 and 44. RGB value is (189,48,68). Sum of RGB (Red+Green+Blue) = 189+48+68=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3044 is #42CFBB. Grayscale: #5C5C5C. Windows color (decimal): -4378556 or 4468925. OLE color: 4468925.

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

Color convert

RGB1894868-
CMYK00.750.640.26
HSL351.49º59.49%46.47%-
HSV(B)351.49º74.6%74.12%-
XYZ23.0913.356.83-
YUV92.44114.21196.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=61.97%
G=15.74%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189486800.750.640.26351.4959.4946.47
HexBD304404B401A15f3b2e
Octal275601040113100325377356
Binary10111101110000100010001001011100000011010101011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3044; }

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

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

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

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

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

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

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

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