#BD3444

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

Shades of Brick Red #BD3444

Tints of Brick Red #BD3444

Color information

#BD3444 (or 0xBD3444) is unknown color: approx Brick Red. HEX triplet: BD, 34 and 44. RGB value is (189,52,68). Sum of RGB (Red+Green+Blue) = 189+52+68=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3444 is #42CBBB. Grayscale: #5E5E5E. Windows color (decimal): -4377532 or 4469949. OLE color: 4469949.

HSL color Cylindrical-coordinate representation of color #BD3444: hue angle of 352.99º 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 #BD3444 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB1895268-
CMYK00.720.640.26
HSL352.99º56.85%47.25%-
HSV(B)352.99º72.49%74.12%-
XYZ23.2613.696.89-
YUV94.79112.89195.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=61.17%
G=16.83%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189526800.720.640.26352.9956.8547.25
HexBD3444048401A161392f
Octal275641040110100325417157
Binary10111101110100100010001001000100000011010101100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3444; }

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

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

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

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

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

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

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

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