#BF3838

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

Shades of Persian Red #BF3838

Tints of Persian Red #BF3838

Color information

#BF3838 (or 0xBF3838) is unknown color: approx Persian Red. HEX triplet: BF, 38 and 38. RGB value is (191,56,56). Sum of RGB (Red+Green+Blue) = 191+56+56=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3838 is #40C7C7. Grayscale: #606060. Windows color (decimal): -4245448 or 3684543. OLE color: 3684543.

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

Color convert

RGB1915656-
CMYK00.710.710.25
HSL54.66%48.43%-
HSV(B)70.68%74.9%-
XYZ23.6114.195.24-
YUV96.36105.23195.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=63.04%
G=18.48%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191565600.710.710.25054.6648.43
HexBF3838047471903730
Octal277707001071073106760
Binary10111111111000111000010001111000111110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3838; }

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

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

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

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

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

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

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

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