#BA322F

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

Shades of Persian Red #BA322F

Tints of Persian Red #BA322F

Color information

#BA322F (or 0xBA322F) is unknown color: approx Persian Red. HEX triplet: BA, 32 and 2F. RGB value is (186,50,47). Sum of RGB (Red+Green+Blue) = 186+50+47=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322F is #45CDD0. Grayscale: #5A5A5A. Windows color (decimal): -4574673 or 3093178. OLE color: 3093178.

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

Color convert

RGB1865047-
CMYK00.730.750.27
HSL1.29º59.66%45.69%-
HSV(B)1.29º74.73%72.94%-
XYZ21.912.934.03-
YUV90.32103.56196.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=65.72%
G=17.67%
B=16.61%

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
Decimal186504700.730.750.271.2959.6645.69
HexBA322F0494B1B13c2e
Octal272625701111133317456
Binary10111010110010101111010010011001011110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA322F; }

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

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

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

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

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

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

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

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