#BF2921

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

Shades of Fire Brick #BF2921

Tints of Fire Brick #BF2921

Color information

#BF2921 (or 0xBF2921) is unknown color: approx Fire Brick. HEX triplet: BF, 29 and 21. RGB value is (191,41,33). Sum of RGB (Red+Green+Blue) = 191+41+33=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2921 is #40D6DE. Grayscale: #555555. Windows color (decimal): -4249311 or 2173375. OLE color: 2173375.

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

Color convert

RGB1914133-
CMYK00.790.830.25
HSL3.04º70.54%43.92%-
HSV(B)3.04º82.72%74.9%-
XYZ22.5512.772.72-
YUV84.9498.7203.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=72.08%
G=15.47%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191413300.790.830.253.0470.5443.92
HexBF292104F53193472c
Octal2775141011712331310754
Binary1011111110100110000101001111101001111001111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2921; }

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

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

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

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

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

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

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

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