#BF3542

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

Shades of Brick Red #BF3542

Tints of Brick Red #BF3542

Color information

#BF3542 (or 0xBF3542) is unknown color: approx Brick Red. HEX triplet: BF, 35 and 42. RGB value is (191,53,66). Sum of RGB (Red+Green+Blue) = 191+53+66=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3542 is #40CABD. Grayscale: #5F5F5F. Windows color (decimal): -4246206 or 4339135. OLE color: 4339135.

HSL color Cylindrical-coordinate representation of color #BF3542: hue angle of 354.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3542 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1915366-
CMYK00.720.650.25
HSL354.35º56.56%47.84%-
HSV(B)354.35º72.25%74.9%-
XYZ23.7414.026.61-
YUV95.74111.22195.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.61%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=61.61%
G=17.10%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191536600.720.650.25354.3556.5647.84
HexBF354204841191623930
Octal277651020110101315427160
Binary10111111110101100001001001000100000111001101100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3542; }

 p { color: rgb(191,53,66); }

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

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

 a { background-color: rgb(191,53,66); }

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

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

 span { border-color: rgb(191,53,66); }

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