#BD3342

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

Shades of Brick Red #BD3342

Tints of Brick Red #BD3342

Color information

#BD3342 (or 0xBD3342) is unknown color: approx Brick Red. HEX triplet: BD, 33 and 42. RGB value is (189,51,66). Sum of RGB (Red+Green+Blue) = 189+51+66=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3342 is #42CCBD. Grayscale: #5E5E5E. Windows color (decimal): -4377790 or 4338621. OLE color: 4338621.

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

Color convert

RGB1895166-
CMYK00.730.650.26
HSL353.48º57.5%47.06%-
HSV(B)353.48º73.02%74.12%-
XYZ23.1513.586.56-
YUV93.97112.22195.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=61.76%
G=16.67%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189516600.730.650.26353.4857.547.06
HexBD3342049411A1613a2f
Octal275631020111101325417257
Binary10111101110011100001001001001100000111010101100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3342; }

 p { color: rgb(189,51,66); }

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

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

 a { background-color: rgb(189,51,66); }

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

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

 span { border-color: rgb(189,51,66); }

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