Html Css Color HEX #BA3131 Persian Red

📋 copy color: '#BA3131'

red 186 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #BA3131

Tints of Persian Red #BA3131

RGB

 RED value IS 186 (73.05% from 255) = 65.49%

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 65.49%
G = 17.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3131 (or 0xBA3131) is known color: Persian Red. HEX triplet: BA, 31 and 31. RGB value is (186,49,49). Sum of RGB (Red+Green+Blue) = 186+49+49=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3131 is #45CECE. Grayscale: #5A5A5A. Windows color (decimal): -4574927 or 3223994. OLE color: 3223994.

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

Color convert

RGB 186 49 49 -
CMYK 0 0.74 0.74 0.27
HSL 0.58% 0.46% -
HSV(B) 0.74% 0.73% -
XYZ 21.9 12.86 4.23 -
YUV 89.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 186 49 49 0 0.74 0.74 0.27 0 0.58 0.46
Hex BA 31 31 0 4A 4A 1B 0 3A 2E
Octal 272 61 61 0 112 112 33 0 72 56
Binary 10111010 110001 110001 0 1001010 1001010 11011 0 111010 101110

Color Harmonies of #BA3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3131

Black with #BA3131

Text Example


Text Example

White with #BA3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3131; }

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

 H1.HeaderClassName
 {
   color: #BA3131;
 }
 .AnyTagClassName
 {
   color: #BA3131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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