#BF3044

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

Shades of Brick Red #BF3044

Tints of Brick Red #BF3044

Color information

#BF3044 (or 0xBF3044) is unknown color: approx Brick Red. HEX triplet: BF, 30 and 44. RGB value is (191,48,68). Sum of RGB (Red+Green+Blue) = 191+48+68=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3044 is #40CFBB. Grayscale: #5D5D5D. Windows color (decimal): -4247484 or 4468927. OLE color: 4468927.

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

Color convert

RGB1914868-
CMYK00.750.640.25
HSL351.61º59.83%46.86%-
HSV(B)351.61º74.87%74.9%-
XYZ23.5913.616.85-
YUV93.04113.88197.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=62.21%
G=15.64%
B=22.15%

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
Decimal191486800.750.640.25351.6159.8346.86
HexBF304404B40191603c2f
Octal277601040113100315407457
Binary10111111110000100010001001011100000011001101100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3044; }

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

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

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

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

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

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

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

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