#BD2E3A

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

Shades of Brick Red #BD2E3A

Tints of Brick Red #BD2E3A

Color information

#BD2E3A (or 0xBD2E3A) is unknown color: approx Brick Red. HEX triplet: BD, 2E and 3A. RGB value is (189,46,58). Sum of RGB (Red+Green+Blue) = 189+46+58=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E3A is #42D1C5. Grayscale: #5A5A5A. Windows color (decimal): -4379078 or 3813053. OLE color: 3813053.

HSL color Cylindrical-coordinate representation of color #BD2E3A: hue angle of 354.97º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E3A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1894658-
CMYK00.760.690.26
HSL354.97º60.85%46.08%-
HSV(B)354.97º75.66%74.12%-
XYZ22.7313.085.33-
YUV90.12109.88198.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 46 (18.36% from 255) = 15.70%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=64.51%
G=15.70%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189465800.760.690.26354.9760.8546.08
HexBD2E3A04C451A1633d2e
Octal27556720114105325437556
Binary1011110110111011101001001100100010111010101100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E3A; }

 p { color: rgb(189,46,58); }

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

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

 a { background-color: rgb(189,46,58); }

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

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

 span { border-color: rgb(189,46,58); }

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