#BD2F3F

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

Shades of Brick Red #BD2F3F

Tints of Brick Red #BD2F3F

Color information

#BD2F3F (or 0xBD2F3F) is unknown color: approx Brick Red. HEX triplet: BD, 2F and 3F. RGB value is (189,47,63). Sum of RGB (Red+Green+Blue) = 189+47+63=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F3F is #42D0C0. Grayscale: #5B5B5B. Windows color (decimal): -4378817 or 4140989. OLE color: 4140989.

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

Color convert

RGB1894763-
CMYK00.750.670.26
HSL353.24º60.17%46.27%-
HSV(B)353.24º75.13%74.12%-
XYZ22.913.216.05-
YUV91.28112.04197.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 63 (25% from 255) = 21.07%
R=63.21%
G=15.72%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189476300.750.670.26353.2460.1746.27
HexBD2F3F04B431A1613c2e
Octal27557770113103325417456
Binary1011110110111111111101001011100001111010101100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F3F; }

 p { color: rgb(189,47,63); }

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

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

 a { background-color: rgb(189,47,63); }

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

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

 span { border-color: rgb(189,47,63); }

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