Html Css Color HEX #BA3331 Persian Red

📋 copy color: '#BA3331'

red 186 ◦ green 51 ◦ blue 49

#BA3331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BA3331

Tints of Persian Red #BA3331

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 value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3331 (or 0xBA3331) is known color: 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

RGB 186 51 49 -
CMYK 0 0.73 0.74 0.27
HSL 0.88º 0.58% 0.46% -
HSV(B) 0.88º 0.74% 0.73% -
XYZ 21.99 13.03 4.26 -
YUV 91.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 186 51 49 0 0.73 0.74 0.27 0.88 0.58 0.46
Hex BA 33 31 0 49 4A 1B 1 3A 2E
Octal 272 63 61 0 111 112 33 1 72 56
Binary 10111010 110011 110001 0 1001001 1001010 11011 1 111010 101110

Color Harmonies of #BA3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3331

Black with #BA3331

Text Example


Text Example

White with #BA3331

Text Example


Text Example

HTML Codes & Css Web 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>