#BF332C

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

Shades of Persian Red #BF332C

Tints of Persian Red #BF332C

Color information

#BF332C (or 0xBF332C) is unknown color: approx Persian Red. HEX triplet: BF, 33 and 2C. RGB value is (191,51,44). Sum of RGB (Red+Green+Blue) = 191+51+44=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332C is #40CCD3. Grayscale: #5C5C5C. Windows color (decimal): -4246740 or 2896831. OLE color: 2896831.

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

Color convert

RGB1915144-
CMYK00.730.770.25
HSL2.86º62.55%46.08%-
HSV(B)2.86º76.96%74.9%-
XYZ23.1213.633.79-
YUV92.06100.88198.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=66.78%
G=17.83%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191514400.730.770.252.8662.5546.08
HexBF332C0494D1933f2e
Octal277635401111153137756
Binary101111111100111011000100100110011011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF332C; }

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

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

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

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

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

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

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

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