#BF293A

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

Shades of Brick Red #BF293A

Tints of Brick Red #BF293A

Color information

#BF293A (or 0xBF293A) is unknown color: approx Brick Red. HEX triplet: BF, 29 and 3A. RGB value is (191,41,58). Sum of RGB (Red+Green+Blue) = 191+41+58=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF293A is #40D6C5. Grayscale: #575757. Windows color (decimal): -4249286 or 3811775. OLE color: 3811775.

HSL color Cylindrical-coordinate representation of color #BF293A: hue angle of 353.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF293A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1914158-
CMYK00.790.700.25
HSL353.2º64.66%45.49%-
HSV(B)353.2º78.53%74.9%-
XYZ23.0412.975.29-
YUV87.79111.2201.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.86%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 58 (23.05% from 255) = 20%
R=65.86%
G=14.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191415800.790.700.25353.264.6645.49
HexBF293A04F4619161412d
Octal277517201171063154110155
Binary10111111101001111010010011111000110110011011000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF293A; }

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

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

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

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

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

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

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

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