#BD161E

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

Shades of Fire Engine Red #BD161E

Tints of Fire Engine Red #BD161E

Color information

#BD161E (or 0xBD161E) is unknown color: approx Fire Engine Red. HEX triplet: BD, 16 and 1E. RGB value is (189,22,30). Sum of RGB (Red+Green+Blue) = 189+22+30=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD161E is #42E9E1. Grayscale: #484848. Windows color (decimal): -4385250 or 1971901. OLE color: 1971901.

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

Color convert

RGB1892230-
CMYK00.880.840.26
HSL357.13º79.15%41.37%-
HSV(B)357.13º88.36%74.12%-
XYZ21.5111.492.31-
YUV72.84103.83210.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.42%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=78.42%
G=9.13%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189223000.880.840.26357.1379.1541.37
HexBD161E058541A1654f29
Octal275263601301243254511751
Binary101111011011011110010110001010100110101011001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD161E; }

 p { color: rgb(189,22,30); }

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

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

 a { background-color: rgb(189,22,30); }

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

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

 span { border-color: rgb(189,22,30); }

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