#BF3735

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

Shades of Persian Red #BF3735

Tints of Persian Red #BF3735

Color information

#BF3735 (or 0xBF3735) is unknown color: approx Persian Red. HEX triplet: BF, 37 and 35. RGB value is (191,55,53). Sum of RGB (Red+Green+Blue) = 191+55+53=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3735 is #40C8CA. Grayscale: #5F5F5F. Windows color (decimal): -4245707 or 3487679. OLE color: 3487679.

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

Color convert

RGB1915553-
CMYK00.710.720.25
HSL0.87º56.56%47.84%-
HSV(B)0.87º72.25%74.9%-
XYZ23.4914.074.84-
YUV95.44104.06196.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.88%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=63.88%
G=18.39%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191555300.710.720.250.8756.5647.84
HexBF3735047481913930
Octal277676501071103117160
Binary10111111110111110101010001111001000110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3735; }

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

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

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

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

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

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

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

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