#BF221A

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

Shades of Fire Brick #BF221A

Tints of Fire Brick #BF221A

Color information

#BF221A (or 0xBF221A) is unknown color: approx Fire Brick. HEX triplet: BF, 22 and 1A. RGB value is (191,34,26). Sum of RGB (Red+Green+Blue) = 191+34+26=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF221A is #40DDE5. Grayscale: #505050. Windows color (decimal): -4251110 or 1712831. OLE color: 1712831.

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

Color convert

RGB1913426-
CMYK00.820.860.25
HSL2.91º76.04%42.55%-
HSV(B)2.91º86.39%74.9%-
XYZ22.2412.32.18-
YUV80.0397.51207.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=76.10%
G=13.55%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191342600.820.860.252.9176.0442.55
HexBF221A052561934c2b
Octal2774232012212631311453
Binary101111111000101101001010010101011011001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF221A; }

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

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

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

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

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

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

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

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