#BD1713

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

Shades of Fire Brick #BD1713

Tints of Fire Brick #BD1713

Color information

#BD1713 (or 0xBD1713) is unknown color: approx Fire Brick. HEX triplet: BD, 17 and 13. RGB value is (189,23,19). Sum of RGB (Red+Green+Blue) = 189+23+19=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1713 is #42E8EC. Grayscale: #484848. Windows color (decimal): -4385005 or 1251261. OLE color: 1251261.

HSL color Cylindrical-coordinate representation of color #BD1713: hue angle of 1.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1892319-
CMYK00.880.900.26
HSL1.41º81.73%40.78%-
HSV(B)1.41º89.95%74.12%-
XYZ21.4111.481.7-
YUV72.1898211.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=81.82%
G=9.96%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189231900.880.900.261.4181.7340.78
HexBD17130585A1A15229
Octal2752723013013232112251
Binary1011110110111100110101100010110101101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1713; }

 p { color: rgb(189,23,19); }

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

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

 a { background-color: rgb(189,23,19); }

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

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

 span { border-color: rgb(189,23,19); }

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