Html Css Color HEX #BF1918 Fire Brick

📋 copy color: '#BF1918'

red 191 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #BF1918

Tints of Fire Brick #BF1918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 79.58%
G = 10.42%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF1918 (or 0xBF1918) is known color: Fire Brick. HEX triplet: BF, 19 and 18. RGB value is (191,25,24). Sum of RGB (Red+Green+Blue) = 191+25+24=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1918 is #40E6E7. Grayscale: #4A4A4A. Windows color (decimal): -4253416 or 1579455. OLE color: 1579455.

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

Color convert

RGB 191 25 24 -
CMYK 0 0.87 0.87 0.25
HSL 0.36º 0.78% 0.42% -
HSV(B) 0.36º 0.87% 0.75% -
XYZ 22 11.84 1.99 -
YUV 74.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 191 25 24 0 0.87 0.87 0.25 0.36 0.78 0.42
Hex BF 19 18 0 57 57 19 0 4E 2A
Octal 277 31 30 0 127 127 31 0 116 52
Binary 10111111 11001 11000 0 1010111 1010111 11001 0 1001110 101010

Color Harmonies of #BF1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1918

Black with #BF1918

Text Example


Text Example

White with #BF1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1918; }

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

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

background-color css

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

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

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

border-color css

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

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

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