#BD2E25

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

Shades of Fire Brick #BD2E25

Tints of Fire Brick #BD2E25

Color information

#BD2E25 (or 0xBD2E25) is unknown color: approx Fire Brick. HEX triplet: BD, 2E and 25. RGB value is (189,46,37). Sum of RGB (Red+Green+Blue) = 189+46+37=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E25 is #42D1DA. Grayscale: #575757. Windows color (decimal): -4379099 or 2436797. OLE color: 2436797.

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

Color convert

RGB1894637-
CMYK00.760.800.26
HSL3.55º67.26%44.31%-
HSV(B)3.55º80.42%74.12%-
XYZ22.312.913.07-
YUV87.7399.38200.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.49%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=69.49%
G=16.91%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189463700.760.800.263.5567.2644.31
HexBD2E2504C501A4432c
Octal2755645011412032410354
Binary10111101101110100101010011001010000110101001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E25; }

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

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

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

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

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

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

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

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