#BF3730

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

Shades of Persian Red #BF3730

Tints of Persian Red #BF3730

Color information

#BF3730 (or 0xBF3730) is unknown color: approx Persian Red. HEX triplet: BF, 37 and 30. RGB value is (191,55,48). Sum of RGB (Red+Green+Blue) = 191+55+48=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3730 is #40C8CF. Grayscale: #5F5F5F. Windows color (decimal): -4245712 or 3159999. OLE color: 3159999.

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

Color convert

RGB1915548-
CMYK00.710.750.25
HSL2.94º59.83%46.86%-
HSV(B)2.94º74.87%74.9%-
XYZ23.3914.024.27-
YUV94.87101.56196.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=64.97%
G=18.71%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191554800.710.750.252.9459.8346.86
HexBF37300474B1933c2f
Octal277676001071133137457
Binary101111111101111100000100011110010111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3730; }

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

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

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

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

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

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

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

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