#BF303F

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

Shades of Brick Red #BF303F

Tints of Brick Red #BF303F

Color information

#BF303F (or 0xBF303F) is unknown color: approx Brick Red. HEX triplet: BF, 30 and 3F. RGB value is (191,48,63). Sum of RGB (Red+Green+Blue) = 191+48+63=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303F is #40CFC0. Grayscale: #5C5C5C. Windows color (decimal): -4247489 or 4141247. OLE color: 4141247.

HSL color Cylindrical-coordinate representation of color #BF303F: hue angle of 353.71º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF303F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1914863-
CMYK00.750.670.25
HSL353.71º59.83%46.86%-
HSV(B)353.71º74.87%74.9%-
XYZ23.4413.556.08-
YUV92.47111.38198.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 63 (25% from 255) = 20.86%
R=63.25%
G=15.89%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191486300.750.670.25353.7159.8346.86
HexBF303F04B43191623c2f
Octal27760770113103315427457
Binary1011111111000011111101001011100001111001101100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF303F; }

 p { color: rgb(191,48,63); }

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

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

 a { background-color: rgb(191,48,63); }

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

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

 span { border-color: rgb(191,48,63); }

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