Html Css Color HEX #BA322D Persian Red

📋 copy color: '#BA322D'

red 186 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #BA322D

Tints of Persian Red #BA322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 66.19%
G = 17.79%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA322D (or 0xBA322D) is known color: Persian Red. HEX triplet: BA, 32 and 2D. RGB value is (186,50,45). Sum of RGB (Red+Green+Blue) = 186+50+45=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322D is #45CDD2. Grayscale: #5A5A5A. Windows color (decimal): -4574675 or 2962106. OLE color: 2962106.

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

Color convert

RGB 186 50 45 -
CMYK 0 0.73 0.76 0.27
HSL 2.13º 0.61% 0.45% -
HSV(B) 2.13º 0.76% 0.73% -
XYZ 21.86 12.91 3.82 -
YUV 90.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 186 50 45 0 0.73 0.76 0.27 2.13 0.61 0.45
Hex BA 32 2D 0 49 4C 1B 2 3D 2D
Octal 272 62 55 0 111 114 33 2 75 55
Binary 10111010 110010 101101 0 1001001 1001100 11011 10 111101 101101

Color Harmonies of #BA322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA322D

Black with #BA322D

Text Example


Text Example

White with #BA322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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