#BF3126

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

Shades of Persian Red #BF3126

Tints of Persian Red #BF3126

Color information

#BF3126 (or 0xBF3126) is unknown color: approx Persian Red. HEX triplet: BF, 31 and 26. RGB value is (191,49,38). Sum of RGB (Red+Green+Blue) = 191+49+38=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3126 is #40CED9. Grayscale: #5A5A5A. Windows color (decimal): -4247258 or 2503103. OLE color: 2503103.

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

Color convert

RGB1914938-
CMYK00.740.800.25
HSL4.31º66.81%44.9%-
HSV(B)4.31º80.1%74.9%-
XYZ22.9313.413.21-
YUV90.298.54199.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=68.71%
G=17.63%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191493800.740.800.254.3166.8144.9
HexBF312604A50194432d
Octal2776146011212031410355
Binary10111111110001100110010010101010000110011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3126; }

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

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

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

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

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

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

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

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