Html Css Color HEX #BA2A41 Brick Red

📋 copy color: '#BA2A41'

red 186 ◦ green 42 ◦ blue 65

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

Shades of Brick Red #BA2A41

Tints of Brick Red #BA2A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 63.48%
G = 14.33%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2A41 (or 0xBA2A41) is known color: Brick Red. HEX triplet: BA, 2A and 41. RGB value is (186,42,65). Sum of RGB (Red+Green+Blue) = 186+42+65=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A41 is #45D5BE. Grayscale: #575757. Windows color (decimal): -4576703 or 4270778. OLE color: 4270778.

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

Color convert

RGB 186 42 65 -
CMYK 0 0.77 0.65 0.27
HSL 350.42º 0.63% 0.45% -
HSV(B) 350.42º 0.77% 0.73% -
XYZ 22.03 12.48 6.25 -
YUV 87.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 186 42 65 0 0.77 0.65 0.27 350.42 0.63 0.45
Hex BA 2A 41 0 4D 41 1B 15E 3F 2D
Octal 272 52 101 0 115 101 33 536 77 55
Binary 10111010 101010 1000001 0 1001101 1000001 11011 101011110 111111 101101

Color Harmonies of #BA2A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A41

Black with #BA2A41

Text Example


Text Example

White with #BA2A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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