#BE362A

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

Shades of Persian Red #BE362A

Tints of Persian Red #BE362A

Color information

#BE362A (or 0xBE362A) is unknown color: approx Persian Red. HEX triplet: BE, 36 and 2A. RGB value is (190,54,42). Sum of RGB (Red+Green+Blue) = 190+54+42=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE362A is #41C9D5. Grayscale: #5D5D5D. Windows color (decimal): -4311510 or 2766526. OLE color: 2766526.

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

Color convert

RGB1905442-
CMYK00.720.780.25
HSL4.86º63.79%45.49%-
HSV(B)4.86º77.89%74.51%-
XYZ22.9713.753.63-
YUV93.399.06196.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=66.43%
G=18.88%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190544200.720.780.254.8663.7945.49
HexBE362A0484E195402d
Octal2766652011011631510055
Binary10111110110110101010010010001001110110011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE362A; }

 p { color: rgb(190,54,42); }

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

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

 a { background-color: rgb(190,54,42); }

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

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

 span { border-color: rgb(190,54,42); }

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