#BD161F

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

Shades of Fire Engine Red #BD161F

Tints of Fire Engine Red #BD161F

Color information

#BD161F (or 0xBD161F) is unknown color: approx Fire Engine Red. HEX triplet: BD, 16 and 1F. RGB value is (189,22,31). Sum of RGB (Red+Green+Blue) = 189+22+31=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD161F is #42E9E0. Grayscale: #494949. Windows color (decimal): -4385249 or 2037437. OLE color: 2037437.

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

Color convert

RGB1892231-
CMYK00.880.840.26
HSL356.77º79.15%41.37%-
HSV(B)356.77º88.36%74.12%-
XYZ21.5211.492.38-
YUV72.96104.33210.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.10%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=78.10%
G=9.09%
B=12.81%

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
Decimal189223100.880.840.26356.7779.1541.37
HexBD161F058541A1654f29
Octal275263701301243254511751
Binary101111011011011111010110001010100110101011001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD161F; }

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

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

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

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

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

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

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

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