#BF251A

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

Shades of Fire Brick #BF251A

Tints of Fire Brick #BF251A

Color information

#BF251A (or 0xBF251A) is unknown color: approx Fire Brick. HEX triplet: BF, 25 and 1A. RGB value is (191,37,26). Sum of RGB (Red+Green+Blue) = 191+37+26=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF251A is #40DAE5. Grayscale: #515151. Windows color (decimal): -4250342 or 1713599. OLE color: 1713599.

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

Color convert

RGB1913726-
CMYK00.810.860.25
HSL76.04%42.55%-
HSV(B)86.39%74.9%-
XYZ22.3312.472.21-
YUV81.7996.52205.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.20%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=75.20%
G=14.57%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191372600.810.860.25476.0442.55
HexBF251A051561944c2b
Octal2774532012112631411453
Binary1011111110010111010010100011010110110011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF251A; }

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

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

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

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

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

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

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

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