#BE302D

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

Shades of Persian Red #BE302D

Tints of Persian Red #BE302D

Color information

#BE302D (or 0xBE302D) is unknown color: approx Persian Red. HEX triplet: BE, 30 and 2D. RGB value is (190,48,45). Sum of RGB (Red+Green+Blue) = 190+48+45=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302D is #41CFD2. Grayscale: #5A5A5A. Windows color (decimal): -4313043 or 2961598. OLE color: 2961598.

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

Color convert

RGB1904845-
CMYK00.750.760.25
HSL1.24º61.7%46.08%-
HSV(B)1.24º76.32%74.51%-
XYZ22.7713.253.84-
YUV90.12102.54199.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=67.14%
G=16.96%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190484500.750.760.251.2461.746.08
HexBE302D04B4C1913e2e
Octal276605501131143117656
Binary10111110110000101101010010111001100110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE302D; }

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

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

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

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

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

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

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

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