Html Css Color HEX #BD191A Fire Engine Red

📋 copy color: '#BD191A'

red 189 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #BD191A

Tints of Fire Engine Red #BD191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 78.75%
G = 10.42%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD191A (or 0xBD191A) is known color: Fire Engine Red. HEX triplet: BD, 19 and 1A. RGB value is (189,25,26). Sum of RGB (Red+Green+Blue) = 189+25+26=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD191A is #42E6E5. Grayscale: #4A4A4A. Windows color (decimal): -4384486 or 1710525. OLE color: 1710525.

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

Color convert

RGB 189 25 26 -
CMYK 0 0.87 0.86 0.26
HSL 359.63º 0.77% 0.42% -
HSV(B) 359.63º 0.87% 0.74% -
XYZ 21.52 11.59 2.08 -
YUV 74.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 189 25 26 0 0.87 0.86 0.26 359.63 0.77 0.42
Hex BD 19 1A 0 57 56 1A 168 4D 2A
Octal 275 31 32 0 127 126 32 550 115 52
Binary 10111101 11001 11010 0 1010111 1010110 11010 101101000 1001101 101010

Color Harmonies of #BD191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD191A

Black with #BD191A

Text Example


Text Example

White with #BD191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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