Html Css Color HEX #BA313E Brick Red

📋 copy color: '#BA313E'

red 186 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #BA313E

Tints of Brick Red #BA313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 62.63%
G = 16.5%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA313E (or 0xBA313E) is known color: Brick Red. HEX triplet: BA, 31 and 3E. RGB value is (186,49,62). Sum of RGB (Red+Green+Blue) = 186+49+62=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA313E is #45CEC1. Grayscale: #5B5B5B. Windows color (decimal): -4574914 or 4075962. OLE color: 4075962.

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

Color convert

RGB 186 49 62 -
CMYK 0 0.74 0.67 0.27
HSL 354.31º 0.58% 0.46% -
HSV(B) 354.31º 0.74% 0.73% -
XYZ 22.22 12.98 5.89 -
YUV 91.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 186 49 62 0 0.74 0.67 0.27 354.31 0.58 0.46
Hex BA 31 3E 0 4A 43 1B 162 3A 2E
Octal 272 61 76 0 112 103 33 542 72 56
Binary 10111010 110001 111110 0 1001010 1000011 11011 101100010 111010 101110

Color Harmonies of #BA313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA313E

Black with #BA313E

Text Example


Text Example

White with #BA313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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