#BE3028

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

Shades of Persian Red #BE3028

Tints of Persian Red #BE3028

Color information

#BE3028 (or 0xBE3028) is unknown color: approx Persian Red. HEX triplet: BE, 30 and 28. RGB value is (190,48,40). Sum of RGB (Red+Green+Blue) = 190+48+40=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3028 is #41CFD7. Grayscale: #595959. Windows color (decimal): -4313048 or 2633918. OLE color: 2633918.

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

Color convert

RGB1904840-
CMYK00.750.790.25
HSL3.2º65.22%45.1%-
HSV(B)3.2º78.95%74.51%-
XYZ22.6813.213.36-
YUV89.55100.04199.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=68.35%
G=17.27%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190484000.750.790.253.265.2245.1
HexBE302804B4F193412d
Octal2766050011311731310155
Binary1011111011000010100001001011100111111001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3028; }

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

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

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

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

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

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

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

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