#BF3830

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

Shades of Persian Red #BF3830

Tints of Persian Red #BF3830

Color information

#BF3830 (or 0xBF3830) is unknown color: approx Persian Red. HEX triplet: BF, 38 and 30. RGB value is (191,56,48). Sum of RGB (Red+Green+Blue) = 191+56+48=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3830 is #40C7CF. Grayscale: #5F5F5F. Windows color (decimal): -4245456 or 3160255. OLE color: 3160255.

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

Color convert

RGB1915648-
CMYK00.710.750.25
HSL3.36º59.83%46.86%-
HSV(B)3.36º74.87%74.9%-
XYZ23.4314.124.29-
YUV95.45101.23196.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=64.75%
G=18.98%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191564800.710.750.253.3659.8346.86
HexBF38300474B1933c2f
Octal277706001071133137457
Binary101111111110001100000100011110010111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3830; }

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

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

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

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

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

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

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

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