Html Css Color HEX #BF1F11 Fire Brick

📋 copy color: '#BF1F11'

red 191 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #BF1F11

Tints of Fire Brick #BF1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 79.92%
G = 12.97%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1F11 (or 0xBF1F11) is known color: Fire Brick. HEX triplet: BF, 1F and 11. RGB value is (191,31,17). Sum of RGB (Red+Green+Blue) = 191+31+17=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F11 is #40E0EE. Grayscale: #4D4D4D. Windows color (decimal): -4251887 or 1122239. OLE color: 1122239.

HSL color Cylindrical-coordinate representation of color #BF1F11: hue angle of 4.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1F11 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 31 17 -
CMYK 0 0.84 0.91 0.25
HSL 4.83º 0.84% 0.41% -
HSV(B) 4.83º 0.91% 0.75% -
XYZ 22.08 12.1 1.7 -
YUV 77.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 191 31 17 0 0.84 0.91 0.25 4.83 0.84 0.41
Hex BF 1F 11 0 54 5B 19 5 54 29
Octal 277 37 21 0 124 133 31 5 124 51
Binary 10111111 11111 10001 0 1010100 1011011 11001 101 1010100 101001

Color Harmonies of #BF1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F11

Black with #BF1F11

Text Example


Text Example

White with #BF1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F11; }

 p { color: rgb(191,31,17); }

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

background-color css

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

 a { background-color: rgb(191,31,17); }

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

border-color css

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

 span { border-color: rgb(191,31,17); }

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