#bf2621

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

Shades of Fire Brick #BF2621

Tints of Fire Brick #BF2621

Color information

#BF2621 (or 0xBF2621) is unknown color: approx Fire Brick. HEX triplet: BF, 26 and 21. RGB value is (191,38,33). Sum of RGB (Red+Green+Blue) = 191+38+33=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2621 is #40D9DE. Grayscale: #535353. Windows color (decimal): -4250079 or 2172607. OLE color: 2172607.

HSL color Cylindrical-coordinate representation of color #BF2621: hue angle of 1.9º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2621 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1913833-
CMYK00.800.830.25
HSL1.9º70.54%43.92%-
HSV(B)1.9º82.72%74.9%-
XYZ22.4512.572.68-
YUV83.1899.69204.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=72.90%
G=14.50%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191383300.800.830.251.970.5443.92
HexBF262105053192472c
Octal2774641012012331210754
Binary1011111110011010000101010000101001111001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2621; }

 p { color: rgb(191,38,33); }

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

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

 a { background-color: rgb(191,38,33); }

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

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

 span { border-color: rgb(191,38,33); }

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