#BD1C1D

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

Shades of Fire Engine Red #BD1C1D

Tints of Fire Engine Red #BD1C1D

Color information

#BD1C1D (or 0xBD1C1D) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1C and 1D. RGB value is (189,28,29). Sum of RGB (Red+Green+Blue) = 189+28+29=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1C1D is #42E3E2. Grayscale: #4C4C4C. Windows color (decimal): -4383715 or 1907901. OLE color: 1907901.

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

Color convert

RGB1892829-
CMYK00.850.850.26
HSL359.63º74.19%42.55%-
HSV(B)359.63º85.19%74.12%-
XYZ21.6211.742.29-
YUV76.25101.34208.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=76.83%
G=11.38%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189282900.850.850.26359.6374.1942.55
HexBD1C1D055551A1684a2b
Octal275343501251253255011253
Binary101111011110011101010101011010101110101011010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1C1D; }

 p { color: rgb(189,28,29); }

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

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

 a { background-color: rgb(189,28,29); }

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

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

 span { border-color: rgb(189,28,29); }

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