#BF3C43

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

Shades of Brick Red #BF3C43

Tints of Brick Red #BF3C43

Color information

#BF3C43 (or 0xBF3C43) is unknown color: approx Brick Red. HEX triplet: BF, 3C and 43. RGB value is (191,60,67). Sum of RGB (Red+Green+Blue) = 191+60+67=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C43 is #40C3BC. Grayscale: #646464. Windows color (decimal): -4244413 or 4406463. OLE color: 4406463.

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

Color convert

RGB1916067-
CMYK00.690.650.25
HSL356.79º52.19%49.22%-
HSV(B)356.79º68.59%74.9%-
XYZ24.1114.716.88-
YUV99.97109.4192.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=60.06%
G=18.87%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191606700.690.650.25356.7952.1949.22
HexBF3C4304541191653431
Octal277741030105101315456461
Binary10111111111100100001101000101100000111001101100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C43; }

 p { color: rgb(191,60,67); }

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

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

 a { background-color: rgb(191,60,67); }

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

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

 span { border-color: rgb(191,60,67); }

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