Html Css Color HEX #BA2C41 Brick Red

📋 copy color: '#BA2C41'

red 186 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #BA2C41

Tints of Brick Red #BA2C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 63.05%
G = 14.92%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2C41 (or 0xBA2C41) is known color: Brick Red. HEX triplet: BA, 2C and 41. RGB value is (186,44,65). Sum of RGB (Red+Green+Blue) = 186+44+65=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C41 is #45D3BE. Grayscale: #585858. Windows color (decimal): -4576191 or 4271290. OLE color: 4271290.

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

Color convert

RGB 186 44 65 -
CMYK 0 0.76 0.65 0.27
HSL 351.13º 0.62% 0.45% -
HSV(B) 351.13º 0.76% 0.73% -
XYZ 22.1 12.62 6.27 -
YUV 88.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 186 44 65 0 0.76 0.65 0.27 351.13 0.62 0.45
Hex BA 2C 41 0 4C 41 1B 15F 3E 2D
Octal 272 54 101 0 114 101 33 537 76 55
Binary 10111010 101100 1000001 0 1001100 1000001 11011 101011111 111110 101101

Color Harmonies of #BA2C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C41

Black with #BA2C41

Text Example


Text Example

White with #BA2C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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