#BD1A24

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

Shades of Fire Engine Red #BD1A24

Tints of Fire Engine Red #BD1A24

Color information

#BD1A24 (or 0xBD1A24) is unknown color: approx Fire Engine Red. HEX triplet: BD, 1A and 24. RGB value is (189,26,36). Sum of RGB (Red+Green+Blue) = 189+26+36=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A24 is #42E5DB. Grayscale: #4B4B4B. Windows color (decimal): -4384220 or 2366141. OLE color: 2366141.

HSL color Cylindrical-coordinate representation of color #BD1A24: hue angle of 356.32º 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 #BD1A24 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1892636-
CMYK00.860.810.26
HSL356.32º75.81%42.16%-
HSV(B)356.32º86.24%74.12%-
XYZ21.6711.682.78-
YUV75.88105.5208.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=75.30%
G=10.36%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189263600.860.810.26356.3275.8142.16
HexBD1A24056511A1644c2a
Octal275324401261213254411452
Binary1011110111010100100010101101010001110101011001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A24; }

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

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

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

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

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

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

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

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