#BF3643

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

Shades of Brick Red #BF3643

Tints of Brick Red #BF3643

Color information

#BF3643 (or 0xBF3643) is unknown color: approx Brick Red. HEX triplet: BF, 36 and 43. RGB value is (191,54,67). Sum of RGB (Red+Green+Blue) = 191+54+67=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3643 is #40C9BC. Grayscale: #606060. Windows color (decimal): -4245949 or 4404927. OLE color: 4404927.

HSL color Cylindrical-coordinate representation of color #BF3643: hue angle of 354.31º degrees, saturation: 0.56, 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 #BF3643 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1915467-
CMYK00.720.650.25
HSL354.31º55.92%48.04%-
HSV(B)354.31º71.73%74.9%-
XYZ23.8214.126.78-
YUV96.44111.39195.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=61.22%
G=17.31%
B=21.47%

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
Decimal191546700.720.650.25354.3155.9248.04
HexBF364304841191623830
Octal277661030110101315427060
Binary10111111110110100001101001000100000111001101100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3643; }

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

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

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

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

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

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

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

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