Html Css Color HEX #BA322B Persian Red

📋 copy color: '#BA322B'

red 186 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #BA322B

Tints of Persian Red #BA322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 66.67%
G = 17.92%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA322B (or 0xBA322B) is known color: Persian Red. HEX triplet: BA, 32 and 2B. RGB value is (186,50,43). Sum of RGB (Red+Green+Blue) = 186+50+43=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322B is #45CDD4. Grayscale: #5A5A5A. Windows color (decimal): -4574677 or 2831034. OLE color: 2831034.

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

Color convert

RGB 186 50 43 -
CMYK 0 0.73 0.77 0.27
HSL 2.94º 0.62% 0.45% -
HSV(B) 2.94º 0.77% 0.73% -
XYZ 21.83 12.89 3.62 -
YUV 89.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 186 50 43 0 0.73 0.77 0.27 2.94 0.62 0.45
Hex BA 32 2B 0 49 4D 1B 3 3E 2D
Octal 272 62 53 0 111 115 33 3 76 55
Binary 10111010 110010 101011 0 1001001 1001101 11011 11 111110 101101

Color Harmonies of #BA322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA322B

Black with #BA322B

Text Example


Text Example

White with #BA322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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