#BF303E

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

Shades of Brick Red #BF303E

Tints of Brick Red #BF303E

Color information

#BF303E (or 0xBF303E) is unknown color: approx Brick Red. HEX triplet: BF, 30 and 3E. RGB value is (191,48,62). Sum of RGB (Red+Green+Blue) = 191+48+62=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303E is #40CFC1. Grayscale: #5C5C5C. Windows color (decimal): -4247490 or 4075711. OLE color: 4075711.

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

Color convert

RGB1914862-
CMYK00.750.680.25
HSL354.13º59.83%46.86%-
HSV(B)354.13º74.87%74.9%-
XYZ23.4113.545.94-
YUV92.35110.88198.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=63.46%
G=15.95%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191486200.750.680.25354.1359.8346.86
HexBF303E04B44191623c2f
Octal27760760113104315427457
Binary1011111111000011111001001011100010011001101100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF303E; }

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

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

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

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

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

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

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

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