#BD181B

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

Shades of Fire Engine Red #BD181B

Tints of Fire Engine Red #BD181B

Color information

#BD181B (or 0xBD181B) is unknown color: approx Fire Engine Red. HEX triplet: BD, 18 and 1B. RGB value is (189,24,27). Sum of RGB (Red+Green+Blue) = 189+24+27=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD181B is #42E7E4. Grayscale: #494949. Windows color (decimal): -4384741 or 1775805. OLE color: 1775805.

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

Color convert

RGB1892427-
CMYK00.870.860.26
HSL358.91º77.46%41.76%-
HSV(B)358.91º87.3%74.12%-
XYZ21.5111.552.13-
YUV73.68101.66210.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=78.75%
G=10%
B=11.25%

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
Decimal189242700.870.860.26358.9177.4641.76
HexBD181B057561A1674d2a
Octal275303301271263254711552
Binary101111011100011011010101111010110110101011001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD181B; }

 p { color: rgb(189,24,27); }

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

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

 a { background-color: rgb(189,24,27); }

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

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

 span { border-color: rgb(189,24,27); }

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