#BF3832

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

Shades of Persian Red #BF3832

Tints of Persian Red #BF3832

Color information

#BF3832 (or 0xBF3832) is unknown color: approx Persian Red. HEX triplet: BF, 38 and 32. RGB value is (191,56,50). Sum of RGB (Red+Green+Blue) = 191+56+50=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3832 is #40C7CD. Grayscale: #5F5F5F. Windows color (decimal): -4245454 or 3291327. OLE color: 3291327.

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

Color convert

RGB1915650-
CMYK00.710.740.25
HSL2.55º58.51%47.25%-
HSV(B)2.55º73.82%74.9%-
XYZ23.4814.144.51-
YUV95.68102.23195.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=64.31%
G=18.86%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191565000.710.740.252.5558.5147.25
HexBF38320474A1933b2f
Octal277706201071123137357
Binary101111111110001100100100011110010101100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3832; }

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

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

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

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

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

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

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

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