#BD2E3B

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

Shades of Brick Red #BD2E3B

Tints of Brick Red #BD2E3B

Color information

#BD2E3B (or 0xBD2E3B) is unknown color: approx Brick Red. HEX triplet: BD, 2E and 3B. RGB value is (189,46,59). Sum of RGB (Red+Green+Blue) = 189+46+59=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E3B is #42D1C4. Grayscale: #5A5A5A. Windows color (decimal): -4379077 or 3878589. OLE color: 3878589.

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

Color convert

RGB1894659-
CMYK00.760.690.26
HSL354.55º60.85%46.08%-
HSV(B)354.55º75.66%74.12%-
XYZ22.7513.095.46-
YUV90.24110.38198.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.29%
GREEN value IS 46 (18.36% from 255) = 15.65%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=64.29%
G=15.65%
B=20.07%

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
Decimal189465900.760.690.26354.5560.8546.08
HexBD2E3B04C451A1633d2e
Octal27556730114105325437556
Binary1011110110111011101101001100100010111010101100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E3B; }

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

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

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

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

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

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

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

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