#BD112A

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

Shades of Fire Engine Red #BD112A

Tints of Fire Engine Red #BD112A

Color information

#BD112A (or 0xBD112A) is unknown color: approx Fire Engine Red. HEX triplet: BD, 11 and 2A. RGB value is (189,17,42). Sum of RGB (Red+Green+Blue) = 189+17+42=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD112A is #42EED5. Grayscale: #474747. Windows color (decimal): -4386518 or 2757053. OLE color: 2757053.

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

Color convert

RGB1891742-
CMYK00.910.780.26
HSL351.28º83.5%40.39%-
HSV(B)351.28º91.01%74.12%-
XYZ21.611.393.25-
YUV71.28111.48211.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.21%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=76.21%
G=6.85%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189174200.910.780.26351.2883.540.39
HexBD112A05B4E1A15f5328
Octal275215201331163253712350
Binary1011110110001101010010110111001110110101010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD112A; }

 p { color: rgb(189,17,42); }

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

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

 a { background-color: rgb(189,17,42); }

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

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

 span { border-color: rgb(189,17,42); }

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