#BF293C

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

Shades of Brick Red #BF293C

Tints of Brick Red #BF293C

Color information

#BF293C (or 0xBF293C) is unknown color: approx Brick Red. HEX triplet: BF, 29 and 3C. RGB value is (191,41,60). Sum of RGB (Red+Green+Blue) = 191+41+60=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF293C is #40D6C3. Grayscale: #585858. Windows color (decimal): -4249284 or 3942847. OLE color: 3942847.

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

Color convert

RGB1914160-
CMYK00.790.690.25
HSL352.4º64.66%45.49%-
HSV(B)352.4º78.53%74.9%-
XYZ23.0912.995.56-
YUV88.02112.2201.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=65.41%
G=14.04%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191416000.790.690.25352.464.6645.49
HexBF293C04F4519160412d
Octal277517401171053154010155
Binary10111111101001111100010011111000101110011011000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF293C; }

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

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

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

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

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

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

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

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