#BD2126

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

Shades of Fire Engine Red #BD2126

Tints of Fire Engine Red #BD2126

Color information

#BD2126 (or 0xBD2126) is unknown color: approx Fire Engine Red. HEX triplet: BD, 21 and 26. RGB value is (189,33,38). Sum of RGB (Red+Green+Blue) = 189+33+38=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2126 is #42DED9. Grayscale: #505050. Windows color (decimal): -4382426 or 2499005. OLE color: 2499005.

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

Color convert

RGB1893338-
CMYK00.830.800.26
HSL358.08º70.27%43.53%-
HSV(B)358.08º82.54%74.12%-
XYZ21.8812.053.01-
YUV80.21104.18205.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.69%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=72.69%
G=12.69%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189333800.830.800.26358.0870.2743.53
HexBD2126053501A166462c
Octal275414601231203254610654
Binary10111101100001100110010100111010000110101011001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2126; }

 p { color: rgb(189,33,38); }

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

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

 a { background-color: rgb(189,33,38); }

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

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

 span { border-color: rgb(189,33,38); }

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