#BA322E

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

Shades of Persian Red #BA322E

Tints of Persian Red #BA322E

Color information

#BA322E (or 0xBA322E) is unknown color: approx Persian Red. HEX triplet: BA, 32 and 2E. RGB value is (186,50,46). Sum of RGB (Red+Green+Blue) = 186+50+46=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322E is #45CDD1. Grayscale: #5A5A5A. Windows color (decimal): -4574674 or 3027642. OLE color: 3027642.

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

Color convert

RGB1865046-
CMYK00.730.750.27
HSL1.71º60.34%45.49%-
HSV(B)1.71º75.27%72.94%-
XYZ21.8812.923.92-
YUV90.21103.06196.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=65.96%
G=17.73%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186504600.730.750.271.7160.3445.49
HexBA322E0494B1B23c2d
Octal272625601111133327455
Binary101110101100101011100100100110010111101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA322E; }

 p { color: rgb(186,50,46); }

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

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

 a { background-color: rgb(186,50,46); }

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

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

 span { border-color: rgb(186,50,46); }

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