#ba3331

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

Shades of Persian Red #BA3331

Tints of Persian Red #BA3331

Color information

#BA3331 (or 0xBA3331) is unknown color: approx Persian Red. HEX triplet: BA, 33 and 31. RGB value is (186,51,49). Sum of RGB (Red+Green+Blue) = 186+51+49=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3331 is #45CCCE. Grayscale: #5B5B5B. Windows color (decimal): -4574415 or 3224506. OLE color: 3224506.

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

Color convert

RGB1865149-
CMYK00.730.740.27
HSL0.88º58.3%46.08%-
HSV(B)0.88º73.66%72.94%-
XYZ21.9913.034.26-
YUV91.14104.23195.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.03%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=65.03%
G=17.83%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186514900.730.740.270.8858.346.08
HexBA33310494A1B13a2e
Octal272636101111123317256
Binary10111010110011110001010010011001010110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3331; }

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

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

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

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

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

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

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

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