Html Css Color HEX #BF181A Fire Engine Red

📋 copy color: '#BF181A'

red 191 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #BF181A

Tints of Fire Engine Red #BF181A

RGB

 RED value IS 191 (75% from 255) = 79.25%

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

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

R = 79.25%
G = 9.96%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF181A (or 0xBF181A) is known color: Fire Engine Red. HEX triplet: BF, 18 and 1A. RGB value is (191,24,26). Sum of RGB (Red+Green+Blue) = 191+24+26=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF181A is #40E7E5. Grayscale: #4A4A4A. Windows color (decimal): -4253670 or 1710271. OLE color: 1710271.

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

Color convert

RGB 191 24 26 -
CMYK 0 0.87 0.86 0.25
HSL 359.28º 0.78% 0.42% -
HSV(B) 359.28º 0.87% 0.75% -
XYZ 22 11.8 2.1 -
YUV 74.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 191 24 26 0 0.87 0.86 0.25 359.28 0.78 0.42
Hex BF 18 1A 0 57 56 19 167 4E 2A
Octal 277 30 32 0 127 126 31 547 116 52
Binary 10111111 11000 11010 0 1010111 1010110 11001 101100111 1001110 101010

Color Harmonies of #BF181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF181A

Black with #BF181A

Text Example


Text Example

White with #BF181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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