#BD2D25

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

Shades of Fire Brick #BD2D25

Tints of Fire Brick #BD2D25

Color information

#BD2D25 (or 0xBD2D25) is unknown color: approx Fire Brick. HEX triplet: BD, 2D and 25. RGB value is (189,45,37). Sum of RGB (Red+Green+Blue) = 189+45+37=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D25 is #42D2DA. Grayscale: #575757. Windows color (decimal): -4379355 or 2436541. OLE color: 2436541.

HSL color Cylindrical-coordinate representation of color #BD2D25: hue angle of 3.16º 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 #BD2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1894537-
CMYK00.760.800.26
HSL3.16º67.26%44.31%-
HSV(B)3.16º80.42%74.12%-
XYZ22.2612.833.05-
YUV87.1499.71200.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.74%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=69.74%
G=16.61%
B=13.65%

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
Decimal189453700.760.800.263.1667.2644.31
HexBD2D2504C501A3432c
Octal2755545011412032310354
Binary1011110110110110010101001100101000011010111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D25; }

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

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

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

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

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

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

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

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