#BF3A2C

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

Shades of Persian Red #BF3A2C

Tints of Persian Red #BF3A2C

Color information

#BF3A2C (or 0xBF3A2C) is unknown color: approx Persian Red. HEX triplet: BF, 3A and 2C. RGB value is (191,58,44). Sum of RGB (Red+Green+Blue) = 191+58+44=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A2C is #40C5D3. Grayscale: #606060. Windows color (decimal): -4244948 or 2898623. OLE color: 2898623.

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

Color convert

RGB1915844-
CMYK00.700.770.25
HSL5.71º62.55%46.08%-
HSV(B)5.71º76.96%74.9%-
XYZ23.4514.283.9-
YUV96.1798.56195.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=65.19%
G=19.80%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191584400.700.770.255.7162.5546.08
HexBF3A2C0464D1963f2e
Octal277725401061153167756
Binary1011111111101010110001000110100110111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A2C; }

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

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

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

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

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

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

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

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