#BD211E

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

Shades of Fire Brick #BD211E

Tints of Fire Brick #BD211E

Color information

#BD211E (or 0xBD211E) is unknown color: approx Fire Brick. HEX triplet: BD, 21 and 1E. RGB value is (189,33,30). Sum of RGB (Red+Green+Blue) = 189+33+30=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD211E is #42DEE1. Grayscale: #4F4F4F. Windows color (decimal): -4382434 or 1974717. OLE color: 1974717.

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

Color convert

RGB1893330-
CMYK00.830.840.26
HSL1.13º72.6%42.94%-
HSV(B)1.13º84.13%74.12%-
XYZ21.76122.4-
YUV79.3100.18206.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=75%
G=13.10%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189333000.830.840.261.1372.642.94
HexBD211E053541A1492b
Octal2754136012312432111153
Binary10111101100001111100101001110101001101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD211E; }

 p { color: rgb(189,33,30); }

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

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

 a { background-color: rgb(189,33,30); }

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

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

 span { border-color: rgb(189,33,30); }

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