Html Css Color HEX #BF1411 Fire Brick

📋 copy color: '#BF1411'

red 191 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #BF1411

Tints of Fire Brick #BF1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 83.77%
G = 8.77%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1411 (or 0xBF1411) is known color: Fire Brick. HEX triplet: BF, 14 and 11. RGB value is (191,20,17). Sum of RGB (Red+Green+Blue) = 191+20+17=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1411 is #40EBEE. Grayscale: #464646. Windows color (decimal): -4254703 or 1119423. OLE color: 1119423.

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

Color convert

RGB 191 20 17 -
CMYK 0 0.90 0.91 0.25
HSL 1.03º 0.84% 0.41% -
HSV(B) 1.03º 0.91% 0.75% -
XYZ 21.84 11.62 1.62 -
YUV 70.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 191 20 17 0 0.90 0.91 0.25 1.03 0.84 0.41
Hex BF 14 11 0 5A 5B 19 1 54 29
Octal 277 24 21 0 132 133 31 1 124 51
Binary 10111111 10100 10001 0 1011010 1011011 11001 1 1010100 101001

Color Harmonies of #BF1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1411

Black with #BF1411

Text Example


Text Example

White with #BF1411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1411; }

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

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

background-color css

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

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

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

border-color css

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

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

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