#BD151B

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

Shades of Fire Engine Red #BD151B

Tints of Fire Engine Red #BD151B

Color information

#BD151B (or 0xBD151B) is unknown color: approx Fire Engine Red. HEX triplet: BD, 15 and 1B. RGB value is (189,21,27). Sum of RGB (Red+Green+Blue) = 189+21+27=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD151B is #42EAE4. Grayscale: #484848. Windows color (decimal): -4385509 or 1775037. OLE color: 1775037.

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

Color convert

RGB1892127-
CMYK00.890.860.26
HSL357.86º80%41.18%-
HSV(B)357.86º88.89%74.12%-
XYZ21.4511.432.11-
YUV71.92102.66211.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=79.75%
G=8.86%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189212700.890.860.26357.868041.18
HexBD151B059561A1665029
Octal275253301311263254612051
Binary101111011010111011010110011010110110101011001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD151B; }

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

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

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

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

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

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

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

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