#BA312F

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

Shades of Persian Red #BA312F

Tints of Persian Red #BA312F

Color information

#BA312F (or 0xBA312F) is unknown color: approx Persian Red. HEX triplet: BA, 31 and 2F. RGB value is (186,49,47). Sum of RGB (Red+Green+Blue) = 186+49+47=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312F is #45CED0. Grayscale: #595959. Windows color (decimal): -4574929 or 3092922. OLE color: 3092922.

HSL color Cylindrical-coordinate representation of color #BA312F: hue angle of 0.86º 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 #BA312F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1864947-
CMYK00.740.750.27
HSL0.86º59.66%45.69%-
HSV(B)0.86º74.73%72.94%-
XYZ21.8612.844.02-
YUV89.74103.89196.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=65.96%
G=17.38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186494700.740.750.270.8659.6645.69
HexBA312F04A4B1B13c2e
Octal272615701121133317456
Binary10111010110001101111010010101001011110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA312F; }

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

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

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

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

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

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

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

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