Html Css Color HEX #BD191E Fire Engine Red

📋 copy color: '#BD191E'

red 189 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #BD191E

Tints of Fire Engine Red #BD191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 77.46%
G = 10.25%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD191E (or 0xBD191E) is known color: Fire Engine Red. HEX triplet: BD, 19 and 1E. RGB value is (189,25,30). Sum of RGB (Red+Green+Blue) = 189+25+30=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD191E is #42E6E1. Grayscale: #4A4A4A. Windows color (decimal): -4384482 or 1972669. OLE color: 1972669.

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

Color convert

RGB 189 25 30 -
CMYK 0 0.87 0.84 0.26
HSL 358.17º 0.77% 0.42% -
HSV(B) 358.17º 0.87% 0.74% -
XYZ 21.57 11.61 2.33 -
YUV 74.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 189 25 30 0 0.87 0.84 0.26 358.17 0.77 0.42
Hex BD 19 1E 0 57 54 1A 166 4D 2A
Octal 275 31 36 0 127 124 32 546 115 52
Binary 10111101 11001 11110 0 1010111 1010100 11010 101100110 1001101 101010

Color Harmonies of #BD191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD191E

Black with #BD191E

Text Example


Text Example

White with #BD191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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