#BF3A34

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

Shades of Persian Red #BF3A34

Tints of Persian Red #BF3A34

Color information

#BF3A34 (or 0xBF3A34) is unknown color: approx Persian Red. HEX triplet: BF, 3A and 34. RGB value is (191,58,52). Sum of RGB (Red+Green+Blue) = 191+58+52=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A34 is #40C5CB. Grayscale: #616161. Windows color (decimal): -4244940 or 3422911. OLE color: 3422911.

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

Color convert

RGB1915852-
CMYK00.700.730.25
HSL2.59º57.2%47.65%-
HSV(B)2.59º72.77%74.9%-
XYZ23.6214.354.77-
YUV97.08102.56194.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=63.46%
G=19.27%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191585200.700.730.252.5957.247.65
HexBF3A34046491933930
Octal277726401061113137160
Binary101111111110101101000100011010010011100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A34; }

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

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

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

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

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

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

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

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