Html Css Color HEX #BA323A Brick Red

📋 copy color: '#BA323A'

red 186 ◦ green 50 ◦ blue 58

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

Shades of Brick Red #BA323A

Tints of Brick Red #BA323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 63.27%
G = 17.01%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA323A (or 0xBA323A) is known color: Brick Red. HEX triplet: BA, 32 and 3A. RGB value is (186,50,58). Sum of RGB (Red+Green+Blue) = 186+50+58=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323A is #45CDC5. Grayscale: #5B5B5B. Windows color (decimal): -4574662 or 3814074. OLE color: 3814074.

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

Color convert

RGB 186 50 58 -
CMYK 0 0.73 0.69 0.27
HSL 356.47º 0.58% 0.46% -
HSV(B) 356.47º 0.73% 0.73% -
XYZ 22.15 13.03 5.35 -
YUV 91.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 186 50 58 0 0.73 0.69 0.27 356.47 0.58 0.46
Hex BA 32 3A 0 49 45 1B 164 3A 2E
Octal 272 62 72 0 111 105 33 544 72 56
Binary 10111010 110010 111010 0 1001001 1000101 11011 101100100 111010 101110

Color Harmonies of #BA323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA323A

Black with #BA323A

Text Example


Text Example

White with #BA323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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