#BA322D

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

Shades of Persian Red #BA322D

Tints of Persian Red #BA322D

Color information

#BA322D (or 0xBA322D) is unknown color: approx Persian Red. HEX triplet: BA, 32 and 2D. RGB value is (186,50,45). Sum of RGB (Red+Green+Blue) = 186+50+45=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322D is #45CDD2. Grayscale: #5A5A5A. Windows color (decimal): -4574675 or 2962106. OLE color: 2962106.

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

Color convert

RGB1865045-
CMYK00.730.760.27
HSL2.13º61.04%45.29%-
HSV(B)2.13º75.81%72.94%-
XYZ21.8612.913.82-
YUV90.09102.56196.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=66.19%
G=17.79%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186504500.730.760.272.1361.0445.29
HexBA322D0494C1B23d2d
Octal272625501111143327555
Binary101110101100101011010100100110011001101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA322D; }

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

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

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

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

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

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

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

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