#BD2926

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

Shades of Fire Brick #BD2926

Tints of Fire Brick #BD2926

Color information

#BD2926 (or 0xBD2926) is unknown color: approx Fire Brick. HEX triplet: BD, 29 and 26. RGB value is (189,41,38). Sum of RGB (Red+Green+Blue) = 189+41+38=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2926 is #42D6D9. Grayscale: #555555. Windows color (decimal): -4380378 or 2501053. OLE color: 2501053.

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

Color convert

RGB1894138-
CMYK00.780.800.26
HSL1.19º66.52%44.51%-
HSV(B)1.19º79.89%74.12%-
XYZ22.1312.543.09-
YUV84.91101.53202.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=70.52%
G=15.30%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189413800.780.800.261.1966.5244.51
HexBD292604E501A1432d
Octal2755146011612032110355
Binary101111011010011001100100111010100001101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2926; }

 p { color: rgb(189,41,38); }

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

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

 a { background-color: rgb(189,41,38); }

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

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

 span { border-color: rgb(189,41,38); }

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