Html Css Color HEX #BD1229 Fire Engine Red

📋 copy color: '#BD1229'

red 189 ◦ green 18 ◦ blue 41

#BD1229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BD1229

Tints of Fire Engine Red #BD1229

RGB

 RED value IS 189 (74.22% from 255) = 76.21%

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 76.21%
G = 7.26%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD1229 (or 0xBD1229) is known color: Fire Engine Red. HEX triplet: BD, 12 and 29. RGB value is (189,18,41). Sum of RGB (Red+Green+Blue) = 189+18+41=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1229 is #42EDD6. Grayscale: #474747. Windows color (decimal): -4386263 or 2691773. OLE color: 2691773.

HSL color Cylindrical-coordinate representation of color #BD1229: hue angle of 351.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1229 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 41 -
CMYK 0 0.90 0.78 0.26
HSL 351.93º 0.83% 0.41% -
HSV(B) 351.93º 0.9% 0.74% -
XYZ 21.6 11.41 3.16 -
YUV 71.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 189 18 41 0 0.90 0.78 0.26 351.93 0.83 0.41
Hex BD 12 29 0 5A 4E 1A 160 53 29
Octal 275 22 51 0 132 116 32 540 123 51
Binary 10111101 10010 101001 0 1011010 1001110 11010 101100000 1010011 101001

Color Harmonies of #BD1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1229

Black with #BD1229

Text Example


Text Example

White with #BD1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1229; }

 p { color: rgb(189,18,41); }

 H1.HeaderClassName
 {
   color: #BD1229;
 }
 .AnyTagClassName
 {
   color: #BD1229;
 }
</style>

background-color css

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

 a { background-color: rgb(189,18,41); }

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

border-color css

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

 span { border-color: rgb(189,18,41); }

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