#BF3B34

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

Shades of Persian Red #BF3B34

Tints of Persian Red #BF3B34

Color information

#BF3B34 (or 0xBF3B34) is unknown color: approx Persian Red. HEX triplet: BF, 3B and 34. RGB value is (191,59,52). Sum of RGB (Red+Green+Blue) = 191+59+52=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B34 is #40C4CB. Grayscale: #616161. Windows color (decimal): -4244684 or 3423167. OLE color: 3423167.

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

Color convert

RGB1915952-
CMYK00.690.730.25
HSL3.02º57.2%47.65%-
HSV(B)3.02º72.77%74.9%-
XYZ23.6714.454.79-
YUV97.67102.23194.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=63.25%
G=19.54%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191595200.690.730.253.0257.247.65
HexBF3B34045491933930
Octal277736401051113137160
Binary101111111110111101000100010110010011100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B34; }

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

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

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

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

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

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

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

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