#BD1228

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

Shades of Fire Engine Red #BD1228

Tints of Fire Engine Red #BD1228

Color information

#BD1228 (or 0xBD1228) is unknown color: approx Fire Engine Red. HEX triplet: BD, 12 and 28. RGB value is (189,18,40). Sum of RGB (Red+Green+Blue) = 189+18+40=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1228 is #42EDD7. Grayscale: #474747. Windows color (decimal): -4386264 or 2626237. OLE color: 2626237.

HSL color Cylindrical-coordinate representation of color #BD1228: hue angle of 352.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1228 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1891840-
CMYK00.900.790.26
HSL352.28º82.61%40.59%-
HSV(B)352.28º90.48%74.12%-
XYZ21.5911.43.07-
YUV71.64110.15211.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=76.52%
G=7.29%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189184000.900.790.26352.2882.6140.59
HexBD122805A4F1A1605329
Octal275225001321173254012351
Binary1011110110010101000010110101001111110101011000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1228; }

 p { color: rgb(189,18,40); }

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

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

 a { background-color: rgb(189,18,40); }

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

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

 span { border-color: rgb(189,18,40); }

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