#BF3433

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

Shades of Persian Red #BF3433

Tints of Persian Red #BF3433

Color information

#BF3433 (or 0xBF3433) is unknown color: approx Persian Red. HEX triplet: BF, 34 and 33. RGB value is (191,52,51). Sum of RGB (Red+Green+Blue) = 191+52+51=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3433 is #40CBCC. Grayscale: #5D5D5D. Windows color (decimal): -4246477 or 3355839. OLE color: 3355839.

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

Color convert

RGB1915251-
CMYK00.730.730.25
HSL0.43º57.85%47.45%-
HSV(B)0.43º73.3%74.9%-
XYZ23.3113.774.56-
YUV93.45104.05197.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=64.97%
G=17.69%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191525100.730.730.250.4357.8547.45
HexBF3433049491903a2f
Octal277646301111113107257
Binary10111111110100110011010010011001001110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3433; }

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

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

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

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

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

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

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

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