#BD2313

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

Shades of Fire Brick #BD2313

Tints of Fire Brick #BD2313

Color information

#BD2313 (or 0xBD2313) is unknown color: approx Fire Brick. HEX triplet: BD, 23 and 13. RGB value is (189,35,19). Sum of RGB (Red+Green+Blue) = 189+35+19=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2313 is #42DCEC. Grayscale: #4F4F4F. Windows color (decimal): -4381933 or 1254333. OLE color: 1254333.

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

Color convert

RGB1893519-
CMYK00.810.900.26
HSL5.65º81.73%40.78%-
HSV(B)5.65º89.95%74.12%-
XYZ21.712.071.8-
YUV79.2294.02206.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.78%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=77.78%
G=14.40%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189351900.810.900.265.6581.7340.78
HexBD23130515A1A65229
Octal2754323012113232612251
Binary1011110110001110011010100011011010110101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2313; }

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

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

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

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

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

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

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

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