#BF3045

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

Shades of Brick Red #BF3045

Tints of Brick Red #BF3045

Color information

#BF3045 (or 0xBF3045) is unknown color: approx Brick Red. HEX triplet: BF, 30 and 45. RGB value is (191,48,69). Sum of RGB (Red+Green+Blue) = 191+48+69=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3045 is #40CFBA. Grayscale: #5D5D5D. Windows color (decimal): -4247483 or 4534463. OLE color: 4534463.

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

Color convert

RGB1914869-
CMYK00.750.640.25
HSL351.19º59.83%46.86%-
HSV(B)351.19º74.87%74.9%-
XYZ23.6213.627.01-
YUV93.15114.38197.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=62.01%
G=15.58%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191486900.750.640.25351.1959.8346.86
HexBF304504B401915f3c2f
Octal277601050113100315377457
Binary10111111110000100010101001011100000011001101011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3045; }

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

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

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

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

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

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

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

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