Html Css Color HEX #BD1129 Fire Engine Red

📋 copy color: '#BD1129'

red 189 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #BD1129

Tints of Fire Engine Red #BD1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 76.52%
G = 6.88%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD1129 (or 0xBD1129) is known color: Fire Engine Red. HEX triplet: BD, 11 and 29. RGB value is (189,17,41). Sum of RGB (Red+Green+Blue) = 189+17+41=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1129 is #42EED6. Grayscale: #474747. Windows color (decimal): -4386519 or 2691517. OLE color: 2691517.

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

Color convert

RGB 189 17 41 -
CMYK 0 0.91 0.78 0.26
HSL 351.63º 0.83% 0.4% -
HSV(B) 351.63º 0.91% 0.74% -
XYZ 21.59 11.38 3.16 -
YUV 71.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 189 17 41 0 0.91 0.78 0.26 351.63 0.83 0.4
Hex BD 11 29 0 5B 4E 1A 160 53 28
Octal 275 21 51 0 133 116 32 540 123 50
Binary 10111101 10001 101001 0 1011011 1001110 11010 101100000 1010011 101000

Color Harmonies of #BD1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1129

Black with #BD1129

Text Example


Text Example

White with #BD1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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