#bf323d

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

Shades of Brick Red #BF323D

Tints of Brick Red #BF323D

Color information

#BF323D (or 0xBF323D) is unknown color: approx Brick Red. HEX triplet: BF, 32 and 3D. RGB value is (191,50,61). Sum of RGB (Red+Green+Blue) = 191+50+61=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF323D is #40CDC2. Grayscale: #5D5D5D. Windows color (decimal): -4246979 or 4010687. OLE color: 4010687.

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

Color convert

RGB1915061-
CMYK00.740.680.25
HSL355.32º58.51%47.25%-
HSV(B)355.32º73.82%74.9%-
XYZ23.4713.695.82-
YUV93.41109.71197.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=63.25%
G=16.56%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191506100.740.680.25355.3258.5147.25
HexBF323D04A44191633b2f
Octal27762750112104315437357
Binary1011111111001011110101001010100010011001101100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf323d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf323d; }

 p { color: rgb(191,50,61); }

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

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

 a { background-color: rgb(191,50,61); }

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

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

 span { border-color: rgb(191,50,61); }

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