#BD3442

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

Shades of Brick Red #BD3442

Tints of Brick Red #BD3442

Color information

#BD3442 (or 0xBD3442) is unknown color: approx Brick Red. HEX triplet: BD, 34 and 42. RGB value is (189,52,66). Sum of RGB (Red+Green+Blue) = 189+52+66=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3442 is #42CBBD. Grayscale: #5E5E5E. Windows color (decimal): -4377534 or 4338877. OLE color: 4338877.

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

Color convert

RGB1895266-
CMYK00.720.650.26
HSL353.87º56.85%47.25%-
HSV(B)353.87º72.49%74.12%-
XYZ23.213.676.57-
YUV94.56111.89195.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=61.56%
G=16.94%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189526600.720.650.26353.8756.8547.25
HexBD3442048411A162392f
Octal275641020110101325427157
Binary10111101110100100001001001000100000111010101100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3442; }

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

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

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

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

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

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

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

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