#BE302B

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

Shades of Persian Red #BE302B

Tints of Persian Red #BE302B

Color information

#BE302B (or 0xBE302B) is unknown color: approx Persian Red. HEX triplet: BE, 30 and 2B. RGB value is (190,48,43). Sum of RGB (Red+Green+Blue) = 190+48+43=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302B is #41CFD4. Grayscale: #5A5A5A. Windows color (decimal): -4313045 or 2830526. OLE color: 2830526.

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

Color convert

RGB1904843-
CMYK00.750.770.25
HSL2.04º63.09%45.69%-
HSV(B)2.04º77.37%74.51%-
XYZ22.7313.243.64-
YUV89.89101.54199.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=67.62%
G=17.08%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190484300.750.770.252.0463.0945.69
HexBE302B04B4D1923f2e
Octal276605301131153127756
Binary101111101100001010110100101110011011100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE302B; }

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

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

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

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

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

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

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

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