#BF3426

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

Shades of Persian Red #BF3426

Tints of Persian Red #BF3426

Color information

#BF3426 (or 0xBF3426) is unknown color: approx Persian Red. HEX triplet: BF, 34 and 26. RGB value is (191,52,38). Sum of RGB (Red+Green+Blue) = 191+52+38=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3426 is #40CBD9. Grayscale: #5C5C5C. Windows color (decimal): -4246490 or 2503871. OLE color: 2503871.

HSL color Cylindrical-coordinate representation of color #BF3426: hue angle of 5.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3426 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1915238-
CMYK00.730.800.25
HSL5.49º66.81%44.9%-
HSV(B)5.49º80.1%74.9%-
XYZ23.0613.673.26-
YUV91.9697.55198.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=67.97%
G=18.51%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191523800.730.800.255.4966.8144.9
HexBF342604950195432d
Octal2776446011112031510355
Binary10111111110100100110010010011010000110011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3426; }

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

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

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

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

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

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

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

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