#be3828

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

Shades of Persian Red #BE3828

Tints of Persian Red #BE3828

Color information

#BE3828 (or 0xBE3828) is unknown color: approx Persian Red. HEX triplet: BE, 38 and 28. RGB value is (190,56,40). Sum of RGB (Red+Green+Blue) = 190+56+40=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3828 is #41C7D7. Grayscale: #5E5E5E. Windows color (decimal): -4311000 or 2635966. OLE color: 2635966.

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

Color convert

RGB1905640-
CMYK00.710.790.25
HSL6.4º65.22%45.1%-
HSV(B)6.4º78.95%74.51%-
XYZ23.0313.933.48-
YUV94.2497.39196.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=66.43%
G=19.58%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190564000.710.790.256.465.2245.1
HexBE38280474F196412d
Octal2767050010711731610155
Binary10111110111000101000010001111001111110011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3828; }

 p { color: rgb(190,56,40); }

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

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

 a { background-color: rgb(190,56,40); }

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

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

 span { border-color: rgb(190,56,40); }

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