#BD1B15

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

Shades of Fire Brick #BD1B15

Tints of Fire Brick #BD1B15

Color information

#BD1B15 (or 0xBD1B15) is unknown color: approx Fire Brick. HEX triplet: BD, 1B and 15. RGB value is (189,27,21). Sum of RGB (Red+Green+Blue) = 189+27+21=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1B15 is #42E4EA. Grayscale: #4A4A4A. Windows color (decimal): -4383979 or 1383357. OLE color: 1383357.

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

Color convert

RGB1892721-
CMYK00.860.890.26
HSL2.14º80%41.18%-
HSV(B)2.14º88.89%74.12%-
XYZ21.5111.661.83-
YUV74.7597.67209.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=79.75%
G=11.39%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189272100.860.890.262.148041.18
HexBD1B15056591A25029
Octal2753325012613132212051
Binary10111101110111010101010110101100111010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1B15; }

 p { color: rgb(189,27,21); }

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

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

 a { background-color: rgb(189,27,21); }

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

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

 span { border-color: rgb(189,27,21); }

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