Html Css Color HEX #BA322F Persian Red

📋 copy color: '#BA322F'

red 186 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #BA322F

Tints of Persian Red #BA322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 65.72%
G = 17.67%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA322F (or 0xBA322F) is known color: Persian Red. HEX triplet: BA, 32 and 2F. RGB value is (186,50,47). Sum of RGB (Red+Green+Blue) = 186+50+47=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322F is #45CDD0. Grayscale: #5A5A5A. Windows color (decimal): -4574673 or 3093178. OLE color: 3093178.

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

Color convert

RGB 186 50 47 -
CMYK 0 0.73 0.75 0.27
HSL 1.29º 0.6% 0.46% -
HSV(B) 1.29º 0.75% 0.73% -
XYZ 21.9 12.93 4.03 -
YUV 90.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 186 50 47 0 0.73 0.75 0.27 1.29 0.6 0.46
Hex BA 32 2F 0 49 4B 1B 1 3C 2E
Octal 272 62 57 0 111 113 33 1 74 56
Binary 10111010 110010 101111 0 1001001 1001011 11011 1 111100 101110

Color Harmonies of #BA322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA322F

Black with #BA322F

Text Example


Text Example

White with #BA322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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