#BF3833

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

Shades of Persian Red #BF3833

Tints of Persian Red #BF3833

Color information

#BF3833 (or 0xBF3833) is unknown color: approx Persian Red. HEX triplet: BF, 38 and 33. RGB value is (191,56,51). Sum of RGB (Red+Green+Blue) = 191+56+51=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3833 is #40C7CC. Grayscale: #5F5F5F. Windows color (decimal): -4245453 or 3356863. OLE color: 3356863.

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

Color convert

RGB1915651-
CMYK00.710.730.25
HSL2.14º57.85%47.45%-
HSV(B)2.14º73.3%74.9%-
XYZ23.514.144.62-
YUV95.79102.73195.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=64.09%
G=18.79%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191565100.710.730.252.1457.8547.45
HexBF3833047491923a2f
Octal277706301071113127257
Binary101111111110001100110100011110010011100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3833; }

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

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

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

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

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

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

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

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