#BF2A27

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

Shades of Fire Brick #BF2A27

Tints of Fire Brick #BF2A27

Color information

#BF2A27 (or 0xBF2A27) is unknown color: approx Fire Brick. HEX triplet: BF, 2A and 27. RGB value is (191,42,39). Sum of RGB (Red+Green+Blue) = 191+42+39=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A27 is #40D5D8. Grayscale: #565656. Windows color (decimal): -4249049 or 2566847. OLE color: 2566847.

HSL color Cylindrical-coordinate representation of color #BF2A27: hue angle of 1.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2A27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1914239-
CMYK00.780.800.25
HSL1.18º66.09%45.1%-
HSV(B)1.18º79.58%74.9%-
XYZ22.6812.883.21-
YUV86.21101.36202.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=70.22%
G=15.44%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191423900.780.800.251.1866.0945.1
HexBF2A2704E50191422d
Octal2775247011612031110255
Binary101111111010101001110100111010100001100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A27; }

 p { color: rgb(191,42,39); }

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

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

 a { background-color: rgb(191,42,39); }

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

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

 span { border-color: rgb(191,42,39); }

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