#BD2E22

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

Shades of Fire Brick #BD2E22

Tints of Fire Brick #BD2E22

Color information

#BD2E22 (or 0xBD2E22) is unknown color: approx Fire Brick. HEX triplet: BD, 2E and 22. RGB value is (189,46,34). Sum of RGB (Red+Green+Blue) = 189+46+34=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E22 is #42D1DD. Grayscale: #575757. Windows color (decimal): -4379102 or 2240189. OLE color: 2240189.

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

Color convert

RGB1894634-
CMYK00.760.820.26
HSL4.65º69.51%43.73%-
HSV(B)4.65º82.01%74.12%-
XYZ22.2512.892.83-
YUV87.3997.88200.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.26%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=70.26%
G=17.10%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189463400.760.820.264.6569.5143.73
HexBD2E2204C521A5462c
Octal2755642011412232510654
Binary10111101101110100010010011001010010110101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E22; }

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

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

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

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

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

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

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

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