#BF312D

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

Shades of Persian Red #BF312D

Tints of Persian Red #BF312D

Color information

#BF312D (or 0xBF312D) is unknown color: approx Persian Red. HEX triplet: BF, 31 and 2D. RGB value is (191,49,45). Sum of RGB (Red+Green+Blue) = 191+49+45=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312D is #40CED2. Grayscale: #5B5B5B. Windows color (decimal): -4247251 or 2961855. OLE color: 2961855.

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

Color convert

RGB1914945-
CMYK00.740.760.25
HSL1.64º61.86%46.27%-
HSV(B)1.64º76.44%74.9%-
XYZ23.0613.463.87-
YUV91102.04199.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=67.02%
G=17.19%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191494500.740.760.251.6461.8646.27
HexBF312D04A4C1923e2e
Octal277615501121143127656
Binary101111111100011011010100101010011001100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF312D; }

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

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

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

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

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

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

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

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