#BF313C

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

Shades of Brick Red #BF313C

Tints of Brick Red #BF313C

Color information

#BF313C (or 0xBF313C) is unknown color: approx Brick Red. HEX triplet: BF, 31 and 3C. RGB value is (191,49,60). Sum of RGB (Red+Green+Blue) = 191+49+60=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF313C is #40CEC3. Grayscale: #5C5C5C. Windows color (decimal): -4247236 or 3944895. OLE color: 3944895.

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

Color convert

RGB1914960-
CMYK00.740.690.25
HSL355.35º59.17%47.06%-
HSV(B)355.35º74.35%74.9%-
XYZ23.413.65.67-
YUV92.71109.54198.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.67%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 60 (23.83% from 255) = 20%
R=63.67%
G=16.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191496000.740.690.25355.3559.1747.06
HexBF313C04A45191633b2f
Octal27761740112105315437357
Binary1011111111000111110001001010100010111001101100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF313C; }

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

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

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

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

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

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

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

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