#BD1A19

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

Shades of Fire Brick #BD1A19

Tints of Fire Brick #BD1A19

Color information

#BD1A19 (or 0xBD1A19) is unknown color: approx Fire Brick. HEX triplet: BD, 1A and 19. RGB value is (189,26,25). Sum of RGB (Red+Green+Blue) = 189+26+25=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A19 is #42E5E6. Grayscale: #4A4A4A. Windows color (decimal): -4384231 or 1645245. OLE color: 1645245.

HSL color Cylindrical-coordinate representation of color #BD1A19: hue angle of 0.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1A19 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1892625-
CMYK00.860.870.26
HSL0.37º76.64%41.96%-
HSV(B)0.37º86.77%74.12%-
XYZ21.5311.632.03-
YUV74.62100209.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 26 (10.55% from 255) = 10.83%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=78.75%
G=10.83%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189262500.860.870.260.3776.6441.96
HexBD1A19056571A04d2a
Octal2753231012612732011552
Binary1011110111010110010101011010101111101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A19; }

 p { color: rgb(189,26,25); }

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

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

 a { background-color: rgb(189,26,25); }

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

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

 span { border-color: rgb(189,26,25); }

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