Html Css Color HEX #BD181A Fire Engine Red

📋 copy color: '#BD181A'

red 189 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #BD181A

Tints of Fire Engine Red #BD181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 79.08%
G = 10.04%
B = 10.88%

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

#BD181A (or 0xBD181A) is known color: Fire Engine Red. HEX triplet: BD, 18 and 1A. RGB value is (189,24,26). Sum of RGB (Red+Green+Blue) = 189+24+26=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD181A is #42E7E5. Grayscale: #494949. Windows color (decimal): -4384742 or 1710269. OLE color: 1710269.

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

Color convert

RGB 189 24 26 -
CMYK 0 0.87 0.86 0.26
HSL 359.27º 0.77% 0.42% -
HSV(B) 359.27º 0.87% 0.74% -
XYZ 21.5 11.55 2.07 -
YUV 73.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 189 24 26 0 0.87 0.86 0.26 359.27 0.77 0.42
Hex BD 18 1A 0 57 56 1A 167 4D 2A
Octal 275 30 32 0 127 126 32 547 115 52
Binary 10111101 11000 11010 0 1010111 1010110 11010 101100111 1001101 101010

Color Harmonies of #BD181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD181A

Black with #BD181A

Text Example


Text Example

White with #BD181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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