#BD2D3B

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

Shades of Brick Red #BD2D3B

Tints of Brick Red #BD2D3B

Color information

#BD2D3B (or 0xBD2D3B) is unknown color: approx Brick Red. HEX triplet: BD, 2D and 3B. RGB value is (189,45,59). Sum of RGB (Red+Green+Blue) = 189+45+59=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D3B is #42D2C4. Grayscale: #595959. Windows color (decimal): -4379333 or 3878333. OLE color: 3878333.

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

Color convert

RGB1894559-
CMYK00.760.690.26
HSL354.17º61.54%45.88%-
HSV(B)354.17º76.19%74.12%-
XYZ22.7113.015.45-
YUV89.65110.71198.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=64.51%
G=15.36%
B=20.14%

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
Decimal189455900.760.690.26354.1761.5445.88
HexBD2D3B04C451A1623e2e
Octal27555730114105325427656
Binary1011110110110111101101001100100010111010101100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D3B; }

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

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

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

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

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

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

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

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