#BF3A36

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

Shades of Persian Red #BF3A36

Tints of Persian Red #BF3A36

Color information

#BF3A36 (or 0xBF3A36) is unknown color: approx Persian Red. HEX triplet: BF, 3A and 36. RGB value is (191,58,54). Sum of RGB (Red+Green+Blue) = 191+58+54=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A36 is #40C5C9. Grayscale: #616161. Windows color (decimal): -4244938 or 3553983. OLE color: 3553983.

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

Color convert

RGB1915854-
CMYK00.700.720.25
HSL1.75º55.92%48.04%-
HSV(B)1.75º71.73%74.9%-
XYZ23.6614.375.02-
YUV97.31103.56194.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=63.04%
G=19.14%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191585400.700.720.251.7555.9248.04
HexBF3A36046481923830
Octal277726601061103127060
Binary101111111110101101100100011010010001100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A36; }

 p { color: rgb(191,58,54); }

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

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

 a { background-color: rgb(191,58,54); }

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

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

 span { border-color: rgb(191,58,54); }

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