#BA2F2E

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

Shades of Persian Red #BA2F2E

Tints of Persian Red #BA2F2E

Color information

#BA2F2E (or 0xBA2F2E) is unknown color: approx Persian Red. HEX triplet: BA, 2F and 2E. RGB value is (186,47,46). Sum of RGB (Red+Green+Blue) = 186+47+46=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F2E is #45D0D1. Grayscale: #585858. Windows color (decimal): -4575442 or 3026874. OLE color: 3026874.

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

Color convert

RGB1864746-
CMYK00.750.750.27
HSL0.43º60.34%45.49%-
HSV(B)0.43º75.27%72.94%-
XYZ21.7612.673.88-
YUV88.45104.05197.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=66.67%
G=16.85%
B=16.49%

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
Decimal186474600.750.750.270.4360.3445.49
HexBA2F2E04B4B1B03c2d
Octal272575601131133307455
Binary10111010101111101110010010111001011110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F2E; }

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

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

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

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

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

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

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

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