#BD0C27

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

Shades of Fire Engine Red #BD0C27

Tints of Fire Engine Red #BD0C27

Color information

#BD0C27 (or 0xBD0C27) is unknown color: approx Fire Engine Red. HEX triplet: BD, 0C and 27. RGB value is (189,12,39). Sum of RGB (Red+Green+Blue) = 189+12+39=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C27 is #42F3D8. Grayscale: #444444. Windows color (decimal): -4387801 or 2559165. OLE color: 2559165.

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

Color convert

RGB1891239-
CMYK00.940.790.26
HSL350.85º88.06%39.41%-
HSV(B)350.85º93.65%74.12%-
XYZ21.4811.232.95-
YUV68111.64214.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.75%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=78.75%
G=5%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189123900.940.790.26350.8588.0639.41
HexBDC2705E4F1A15f5827
Octal275144701361173253713047
Binary101111011100100111010111101001111110101010111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0C27; }

 p { color: rgb(189,12,39); }

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

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

 a { background-color: rgb(189,12,39); }

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

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

 span { border-color: rgb(189,12,39); }

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