#bd2c3d

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

Shades of Brick Red #BD2C3D

Tints of Brick Red #BD2C3D

Color information

#BD2C3D (or 0xBD2C3D) is unknown color: approx Brick Red. HEX triplet: BD, 2C and 3D. RGB value is (189,44,61). Sum of RGB (Red+Green+Blue) = 189+44+61=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C3D is #42D3C2. Grayscale: #595959. Windows color (decimal): -4379587 or 4009149. OLE color: 4009149.

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

Color convert

RGB1894461-
CMYK00.770.680.26
HSL352.97º62.23%45.69%-
HSV(B)352.97º76.72%74.12%-
XYZ22.7312.965.72-
YUV89.29112.04199.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.29%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=64.29%
G=14.97%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189446100.770.680.26352.9762.2345.69
HexBD2C3D04D441A1613e2e
Octal27554750115104325417656
Binary1011110110110011110101001101100010011010101100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2c3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2c3d; }

 p { color: rgb(189,44,61); }

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

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

 a { background-color: rgb(189,44,61); }

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

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

 span { border-color: rgb(189,44,61); }

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