#BA2F2F

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

Shades of Persian Red #BA2F2F

Tints of Persian Red #BA2F2F

Color information

#BA2F2F (or 0xBA2F2F) is unknown color: approx Persian Red. HEX triplet: BA, 2F and 2F. RGB value is (186,47,47). Sum of RGB (Red+Green+Blue) = 186+47+47=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F2F is #45D0D0. Grayscale: #585858. Windows color (decimal): -4575441 or 3092410. OLE color: 3092410.

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

Color convert

RGB1864747-
CMYK00.750.750.27
HSL59.66%45.69%-
HSV(B)74.73%72.94%-
XYZ21.7812.683.99-
YUV88.56104.55197.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=66.43%
G=16.79%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186474700.750.750.27059.6645.69
HexBA2F2F04B4B1B03c2e
Octal272575701131133307456
Binary10111010101111101111010010111001011110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F2F; }

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

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

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

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

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

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

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

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