#BF342C

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

Shades of Persian Red #BF342C

Tints of Persian Red #BF342C

Color information

#BF342C (or 0xBF342C) is unknown color: approx Persian Red. HEX triplet: BF, 34 and 2C. RGB value is (191,52,44). Sum of RGB (Red+Green+Blue) = 191+52+44=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF342C is #40CBD3. Grayscale: #5C5C5C. Windows color (decimal): -4246484 or 2897087. OLE color: 2897087.

HSL color Cylindrical-coordinate representation of color #BF342C: hue angle of 3.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF342C is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1915244-
CMYK00.730.770.25
HSL3.27º62.55%46.08%-
HSV(B)3.27º76.96%74.9%-
XYZ23.1713.713.81-
YUV92.65100.55198.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=66.55%
G=18.12%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191524400.730.770.253.2762.5546.08
HexBF342C0494D1933f2e
Octal277645401111153137756
Binary101111111101001011000100100110011011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF342C; }

 p { color: rgb(191,52,44); }

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

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

 a { background-color: rgb(191,52,44); }

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

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

 span { border-color: rgb(191,52,44); }

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