Html Css Color HEX #BA3232 Persian Red

📋 copy color: '#BA3232'

red 186 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #BA3232

Tints of Persian Red #BA3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 65.03%
G = 17.48%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3232 (or 0xBA3232) is known color: Persian Red. HEX triplet: BA, 32 and 32. RGB value is (186,50,50). Sum of RGB (Red+Green+Blue) = 186+50+50=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3232 is #45CDCD. Grayscale: #5A5A5A. Windows color (decimal): -4574670 or 3289786. OLE color: 3289786.

HSL color Cylindrical-coordinate representation of color #BA3232: 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.73%. Process color model (Four color, CMYK) of #BA3232 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 50 -
CMYK 0 0.73 0.73 0.27
HSL 0.58% 0.46% -
HSV(B) 0.73% 0.73% -
XYZ 21.97 12.95 4.36 -
YUV 90.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 186 50 50 0 0.73 0.73 0.27 0 0.58 0.46
Hex BA 32 32 0 49 49 1B 0 3A 2E
Octal 272 62 62 0 111 111 33 0 72 56
Binary 10111010 110010 110010 0 1001001 1001001 11011 0 111010 101110

Color Harmonies of #BA3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3232

Black with #BA3232

Text Example


Text Example

White with #BA3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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