#BF1C1A

Color #BF1C1A Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BF1C1A

Tints of Fire Brick #BF1C1A

Color information

#BF1C1A (or 0xBF1C1A) is unknown color: approx Fire Brick. HEX triplet: BF, 1C and 1A. RGB value is (191,28,26). Sum of RGB (Red+Green+Blue) = 191+28+26=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1C1A is #40E3E5. Grayscale: #4C4C4C. Windows color (decimal): -4252646 or 1711295. OLE color: 1711295.

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

Color convert

RGB1912826-
CMYK00.850.860.25
HSL0.73º76.04%42.55%-
HSV(B)0.73º86.39%74.9%-
XYZ22.0911.982.13-
YUV76.5199.5209.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.96%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=77.96%
G=11.43%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191282600.850.860.250.7376.0442.55
HexBF1C1A055561914c2b
Octal2773432012512631111453
Binary1011111111100110100101010110101101100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C1A; }

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

 H1.HeaderClassName
 {
   color: #BF1C1A;
 }
 .AnyTagClassName
 {
   color: #BF1C1A;
 }
</style>
background-color css

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

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

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

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

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

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