#BF332D

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

Shades of Persian Red #BF332D

Tints of Persian Red #BF332D

Color information

#BF332D (or 0xBF332D) is unknown color: approx Persian Red. HEX triplet: BF, 33 and 2D. RGB value is (191,51,45). Sum of RGB (Red+Green+Blue) = 191+51+45=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332D is #40CCD2. Grayscale: #5C5C5C. Windows color (decimal): -4246739 or 2962367. OLE color: 2962367.

HSL color Cylindrical-coordinate representation of color #BF332D: hue angle of 2.47º 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 #BF332D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1915145-
CMYK00.730.760.25
HSL2.47º61.86%46.27%-
HSV(B)2.47º76.44%74.9%-
XYZ23.1413.633.89-
YUV92.18101.38198.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=66.55%
G=17.77%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191514500.730.760.252.4761.8646.27
HexBF332D0494C1923e2e
Octal277635501111143127656
Binary101111111100111011010100100110011001100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF332D; }

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

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

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

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

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

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

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

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