#BF362A

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

Shades of Persian Red #BF362A

Tints of Persian Red #BF362A

Color information

#BF362A (or 0xBF362A) is unknown color: approx Persian Red. HEX triplet: BF, 36 and 2A. RGB value is (191,54,42). Sum of RGB (Red+Green+Blue) = 191+54+42=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF362A is #40C9D5. Grayscale: #5D5D5D. Windows color (decimal): -4245974 or 2766527. OLE color: 2766527.

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

Color convert

RGB1915442-
CMYK00.720.780.25
HSL4.83º63.95%45.69%-
HSV(B)4.83º78.01%74.9%-
XYZ23.2213.883.65-
YUV93.5998.89197.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=66.55%
G=18.82%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191544200.720.780.254.8363.9545.69
HexBF362A0484E195402e
Octal2776652011011631510056
Binary10111111110110101010010010001001110110011011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF362A; }

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

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

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

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

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

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

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

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