#BD2E20

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

Shades of Fire Brick #BD2E20

Tints of Fire Brick #BD2E20

Color information

#BD2E20 (or 0xBD2E20) is unknown color: approx Fire Brick. HEX triplet: BD, 2E and 20. RGB value is (189,46,32). Sum of RGB (Red+Green+Blue) = 189+46+32=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E20 is #42D1DF. Grayscale: #575757. Windows color (decimal): -4379104 or 2109117. OLE color: 2109117.

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

Color convert

RGB1894632-
CMYK00.760.830.26
HSL5.35º71.04%43.33%-
HSV(B)5.35º83.07%74.12%-
XYZ22.2212.882.68-
YUV87.1696.88200.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.79%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=70.79%
G=17.23%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189463200.760.830.265.3571.0443.33
HexBD2E2004C531A5472b
Octal2755640011412332510753
Binary10111101101110100000010011001010011110101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E20; }

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

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

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

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

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

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

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

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