#BD3144

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

Shades of Brick Red #BD3144

Tints of Brick Red #BD3144

Color information

#BD3144 (or 0xBD3144) is unknown color: approx Brick Red. HEX triplet: BD, 31 and 44. RGB value is (189,49,68). Sum of RGB (Red+Green+Blue) = 189+49+68=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3144 is #42CEBB. Grayscale: #5D5D5D. Windows color (decimal): -4378300 or 4469181. OLE color: 4469181.

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

Color convert

RGB1894968-
CMYK00.740.640.26
HSL351.86º58.82%46.67%-
HSV(B)351.86º74.07%74.12%-
XYZ23.1313.436.84-
YUV93.03113.88196.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=61.76%
G=16.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189496800.740.640.26351.8658.8246.67
HexBD314404A401A1603b2f
Octal275611040112100325407357
Binary10111101110001100010001001010100000011010101100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3144; }

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

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

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

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

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

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

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

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