#BD191A

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

Shades of Fire Engine Red #BD191A

Tints of Fire Engine Red #BD191A

Color information

#BD191A (or 0xBD191A) is unknown color: approx Fire Engine Red. HEX triplet: BD, 19 and 1A. RGB value is (189,25,26). Sum of RGB (Red+Green+Blue) = 189+25+26=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD191A is #42E6E5. Grayscale: #4A4A4A. Windows color (decimal): -4384486 or 1710525. OLE color: 1710525.

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

Color convert

RGB1892526-
CMYK00.870.860.26
HSL359.63º76.64%41.96%-
HSV(B)359.63º86.77%74.12%-
XYZ21.5211.592.08-
YUV74.15100.83209.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=78.75%
G=10.42%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189252600.870.860.26359.6376.6441.96
HexBD191A057561A1684d2a
Octal275313201271263255011552
Binary101111011100111010010101111010110110101011010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD191A; }

 p { color: rgb(189,25,26); }

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

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

 a { background-color: rgb(189,25,26); }

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

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

 span { border-color: rgb(189,25,26); }

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