#BF3432

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

Shades of Persian Red #BF3432

Tints of Persian Red #BF3432

Color information

#BF3432 (or 0xBF3432) is unknown color: approx Persian Red. HEX triplet: BF, 34 and 32. RGB value is (191,52,50). Sum of RGB (Red+Green+Blue) = 191+52+50=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3432 is #40CBCD. Grayscale: #5D5D5D. Windows color (decimal): -4246478 or 3290303. OLE color: 3290303.

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

Color convert

RGB1915250-
CMYK00.730.740.25
HSL0.85º58.51%47.25%-
HSV(B)0.85º73.82%74.9%-
XYZ23.2913.764.45-
YUV93.33103.55197.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=65.19%
G=17.75%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191525000.730.740.250.8558.5147.25
HexBF34320494A1913b2f
Octal277646201111123117357
Binary10111111110100110010010010011001010110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3432; }

 p { color: rgb(191,52,50); }

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

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

 a { background-color: rgb(191,52,50); }

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

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

 span { border-color: rgb(191,52,50); }

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