#BF3225

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

Shades of Persian Red #BF3225

Tints of Persian Red #BF3225

Color information

#BF3225 (or 0xBF3225) is unknown color: approx Persian Red. HEX triplet: BF, 32 and 25. RGB value is (191,50,37). Sum of RGB (Red+Green+Blue) = 191+50+37=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3225 is #40CDDA. Grayscale: #5A5A5A. Windows color (decimal): -4247003 or 2437823. OLE color: 2437823.

HSL color Cylindrical-coordinate representation of color #BF3225: hue angle of 5.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF3225 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1915037-
CMYK00.740.810.25
HSL5.06º67.54%44.71%-
HSV(B)5.06º80.63%74.9%-
XYZ22.9613.493.14-
YUV90.6897.71199.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 37 (14.84% from 255) = 13.31%
R=68.71%
G=17.99%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191503700.740.810.255.0667.5444.71
HexBF322504A51195442d
Octal2776245011212131510455
Binary10111111110010100101010010101010001110011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3225; }

 p { color: rgb(191,50,37); }

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

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

 a { background-color: rgb(191,50,37); }

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

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

 span { border-color: rgb(191,50,37); }

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