Html Css Color HEX #BA313F Brick Red

📋 copy color: '#BA313F'

red 186 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #BA313F

Tints of Brick Red #BA313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 62.42%
G = 16.44%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA313F (or 0xBA313F) is known color: Brick Red. HEX triplet: BA, 31 and 3F. RGB value is (186,49,63). Sum of RGB (Red+Green+Blue) = 186+49+63=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313F is #45CEC0. Grayscale: #5B5B5B. Windows color (decimal): -4574913 or 4141498. OLE color: 4141498.

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

Color convert

RGB 186 49 63 -
CMYK 0 0.74 0.66 0.27
HSL 353.87º 0.58% 0.46% -
HSV(B) 353.87º 0.74% 0.73% -
XYZ 22.25 12.99 6.04 -
YUV 91.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 186 49 63 0 0.74 0.66 0.27 353.87 0.58 0.46
Hex BA 31 3F 0 4A 42 1B 162 3A 2E
Octal 272 61 77 0 112 102 33 542 72 56
Binary 10111010 110001 111111 0 1001010 1000010 11011 101100010 111010 101110

Color Harmonies of #BA313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA313F

Black with #BA313F

Text Example


Text Example

White with #BA313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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