#BF2E29

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

Shades of Persian Red #BF2E29

Tints of Persian Red #BF2E29

Color information

#BF2E29 (or 0xBF2E29) is unknown color: approx Persian Red. HEX triplet: BF, 2E and 29. RGB value is (191,46,41). Sum of RGB (Red+Green+Blue) = 191+46+41=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E29 is #40D1D6. Grayscale: #585858. Windows color (decimal): -4248023 or 2698943. OLE color: 2698943.

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

Color convert

RGB1914641-
CMYK00.760.790.25
HSL64.66%45.49%-
HSV(B)78.53%74.9%-
XYZ22.8613.193.44-
YUV88.78101.04200.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=68.71%
G=16.55%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191464100.760.790.25264.6645.49
HexBF2E2904C4F192412d
Octal2775651011411731210155
Binary1011111110111010100101001100100111111001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E29; }

 p { color: rgb(191,46,41); }

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

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

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

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

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

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

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