#BE3530

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

Shades of Persian Red #BE3530

Tints of Persian Red #BE3530

Color information

#BE3530 (or 0xBE3530) is unknown color: approx Persian Red. HEX triplet: BE, 35 and 30. RGB value is (190,53,48). Sum of RGB (Red+Green+Blue) = 190+53+48=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3530 is #41CACF. Grayscale: #5D5D5D. Windows color (decimal): -4311760 or 3159486. OLE color: 3159486.

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

Color convert

RGB1905348-
CMYK00.720.750.25
HSL2.11º59.66%46.67%-
HSV(B)2.11º74.74%74.51%-
XYZ23.0413.714.23-
YUV93.39102.39196.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=65.29%
G=18.21%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190534800.720.750.252.1159.6646.67
HexBE35300484B1923c2f
Octal276656001101133127457
Binary101111101101011100000100100010010111100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3530; }

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

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

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

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

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

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

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

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