#BD2B39

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

Shades of Brick Red #BD2B39

Tints of Brick Red #BD2B39

Color information

#BD2B39 (or 0xBD2B39) is unknown color: approx Brick Red. HEX triplet: BD, 2B and 39. RGB value is (189,43,57). Sum of RGB (Red+Green+Blue) = 189+43+57=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B39 is #42D4C6. Grayscale: #585858. Windows color (decimal): -4379847 or 3746749. OLE color: 3746749.

HSL color Cylindrical-coordinate representation of color #BD2B39: hue angle of 354.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B39 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1894357-
CMYK00.770.700.26
HSL354.25º62.93%45.49%-
HSV(B)354.25º77.25%74.12%-
XYZ22.5912.845.16-
YUV88.25110.37199.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=65.40%
G=14.88%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189435700.770.700.26354.2562.9345.49
HexBD2B3904D461A1623f2d
Octal27553710115106325427755
Binary1011110110101111100101001101100011011010101100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B39; }

 p { color: rgb(189,43,57); }

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

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

 a { background-color: rgb(189,43,57); }

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

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

 span { border-color: rgb(189,43,57); }

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