Html Css Color HEX #BA312F Persian Red

📋 copy color: '#BA312F'

red 186 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #BA312F

Tints of Persian Red #BA312F

RGB

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

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

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

R = 65.96%
G = 17.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA312F (or 0xBA312F) is known color: Persian Red. HEX triplet: BA, 31 and 2F. RGB value is (186,49,47). Sum of RGB (Red+Green+Blue) = 186+49+47=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312F is #45CED0. Grayscale: #595959. Windows color (decimal): -4574929 or 3092922. OLE color: 3092922.

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

Color convert

RGB 186 49 47 -
CMYK 0 0.74 0.75 0.27
HSL 0.86º 0.6% 0.46% -
HSV(B) 0.86º 0.75% 0.73% -
XYZ 21.86 12.84 4.02 -
YUV 89.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 186 49 47 0 0.74 0.75 0.27 0.86 0.6 0.46
Hex BA 31 2F 0 4A 4B 1B 1 3C 2E
Octal 272 61 57 0 112 113 33 1 74 56
Binary 10111010 110001 101111 0 1001010 1001011 11011 1 111100 101110

Color Harmonies of #BA312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA312F

Black with #BA312F

Text Example


Text Example

White with #BA312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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