Html Css Color HEX #BA2C3A Brick Red

📋 copy color: '#BA2C3A'

red 186 ◦ green 44 ◦ blue 58

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

Shades of Brick Red #BA2C3A

Tints of Brick Red #BA2C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

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

R = 64.58%
G = 15.28%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA2C3A (or 0xBA2C3A) is known color: Brick Red. HEX triplet: BA, 2C and 3A. RGB value is (186,44,58). Sum of RGB (Red+Green+Blue) = 186+44+58=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C3A is #45D3C5. Grayscale: #585858. Windows color (decimal): -4576198 or 3812538. OLE color: 3812538.

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

Color convert

RGB 186 44 58 -
CMYK 0 0.76 0.69 0.27
HSL 354.08º 0.62% 0.45% -
HSV(B) 354.08º 0.76% 0.73% -
XYZ 21.91 12.55 5.27 -
YUV 88.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 186 44 58 0 0.76 0.69 0.27 354.08 0.62 0.45
Hex BA 2C 3A 0 4C 45 1B 162 3E 2D
Octal 272 54 72 0 114 105 33 542 76 55
Binary 10111010 101100 111010 0 1001100 1000101 11011 101100010 111110 101101

Color Harmonies of #BA2C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C3A

Black with #BA2C3A

Text Example


Text Example

White with #BA2C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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