#BD1629

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

Shades of Fire Engine Red #BD1629

Tints of Fire Engine Red #BD1629

Color information

#BD1629 (or 0xBD1629) is unknown color: approx Fire Engine Red. HEX triplet: BD, 16 and 29. RGB value is (189,22,41). Sum of RGB (Red+Green+Blue) = 189+22+41=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1629 is #42E9D6. Grayscale: #4A4A4A. Windows color (decimal): -4385239 or 2692797. OLE color: 2692797.

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

Color convert

RGB1892241-
CMYK00.880.780.26
HSL353.17º79.15%41.37%-
HSV(B)353.17º88.36%74.12%-
XYZ21.6711.553.19-
YUV74.1109.33209.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=75%
G=8.73%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189224100.880.780.26353.1779.1541.37
HexBD16290584E1A1614f29
Octal275265101301163254111751
Binary1011110110110101001010110001001110110101011000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1629; }

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

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

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

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

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

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

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

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