#BD1A1F

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

Shades of Fire Engine Red #BD1A1F

Tints of Fire Engine Red #BD1A1F

Color information

#BD1A1F (or 0xBD1A1F) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1A and 1F. RGB value is (189,26,31). Sum of RGB (Red+Green+Blue) = 189+26+31=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A1F is #42E5E0. Grayscale: #4B4B4B. Windows color (decimal): -4384225 or 2038461. OLE color: 2038461.

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

Color convert

RGB1892631-
CMYK00.860.840.26
HSL358.16º75.81%42.16%-
HSV(B)358.16º86.24%74.12%-
XYZ21.611.662.41-
YUV75.31103209.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=76.83%
G=10.57%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189263100.860.840.26358.1675.8142.16
HexBD1A1F056541A1664c2a
Octal275323701261243254611452
Binary101111011101011111010101101010100110101011001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A1F; }

 p { color: rgb(189,26,31); }

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

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

 a { background-color: rgb(189,26,31); }

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

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

 span { border-color: rgb(189,26,31); }

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