#BD1726

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

Shades of Fire Engine Red #BD1726

Tints of Fire Engine Red #BD1726

Color information

#BD1726 (or 0xBD1726) is unknown color: approx Fire Engine Red. HEX triplet: BD, 17 and 26. RGB value is (189,23,38). Sum of RGB (Red+Green+Blue) = 189+23+38=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1726 is #42E8D9. Grayscale: #4A4A4A. Windows color (decimal): -4384986 or 2496445. OLE color: 2496445.

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

Color convert

RGB1892338-
CMYK00.880.800.26
HSL354.58º78.3%41.57%-
HSV(B)354.58º87.83%74.12%-
XYZ21.6411.572.93-
YUV74.34107.5209.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.6%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=75.6%
G=9.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189233800.880.800.26354.5878.341.57
HexBD1726058501A1634e2a
Octal275274601301203254311652
Binary1011110110111100110010110001010000110101011000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1726; }

 p { color: rgb(189,23,38); }

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

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

 a { background-color: rgb(189,23,38); }

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

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

 span { border-color: rgb(189,23,38); }

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