#BF3531

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

Shades of Persian Red #BF3531

Tints of Persian Red #BF3531

Color information

#BF3531 (or 0xBF3531) is unknown color: approx Persian Red. HEX triplet: BF, 35 and 31. RGB value is (191,53,49). Sum of RGB (Red+Green+Blue) = 191+53+49=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3531 is #40CACE. Grayscale: #5D5D5D. Windows color (decimal): -4246223 or 3225023. OLE color: 3225023.

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

Color convert

RGB1915349-
CMYK00.720.740.25
HSL1.69º59.17%47.06%-
HSV(B)1.69º74.35%74.9%-
XYZ23.3113.844.35-
YUV93.81102.72197.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 49 (19.53% from 255) = 16.72%
R=65.19%
G=18.09%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191534900.720.740.251.6959.1747.06
HexBF35310484A1923b2f
Octal277656101101123127357
Binary101111111101011100010100100010010101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3531; }

 p { color: rgb(191,53,49); }

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

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

 a { background-color: rgb(191,53,49); }

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

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

 span { border-color: rgb(191,53,49); }

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