Html Css Color HEX #BA313C Brick Red

📋 copy color: '#BA313C'

red 186 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #BA313C

Tints of Brick Red #BA313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 63.05%
G = 16.61%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA313C (or 0xBA313C) is known color: Brick Red. HEX triplet: BA, 31 and 3C. RGB value is (186,49,60). Sum of RGB (Red+Green+Blue) = 186+49+60=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313C is #45CEC3. Grayscale: #5B5B5B. Windows color (decimal): -4574916 or 3944890. OLE color: 3944890.

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

Color convert

RGB 186 49 60 -
CMYK 0 0.74 0.68 0.27
HSL 355.18º 0.58% 0.46% -
HSV(B) 355.18º 0.74% 0.73% -
XYZ 22.16 12.96 5.61 -
YUV 91.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 186 49 60 0 0.74 0.68 0.27 355.18 0.58 0.46
Hex BA 31 3C 0 4A 44 1B 163 3A 2E
Octal 272 61 74 0 112 104 33 543 72 56
Binary 10111010 110001 111100 0 1001010 1000100 11011 101100011 111010 101110

Color Harmonies of #BA313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA313C

Black with #BA313C

Text Example


Text Example

White with #BA313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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