Html Css Color HEX #BA2841 Brick Red

📋 copy color: '#BA2841'

red 186 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #BA2841

Tints of Brick Red #BA2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 63.92%
G = 13.75%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2841 (or 0xBA2841) is known color: Brick Red. HEX triplet: BA, 28 and 41. RGB value is (186,40,65). Sum of RGB (Red+Green+Blue) = 186+40+65=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2841 is #45D7BE. Grayscale: #565656. Windows color (decimal): -4577215 or 4270266. OLE color: 4270266.

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

Color convert

RGB 186 40 65 -
CMYK 0 0.78 0.65 0.27
HSL 349.73º 0.65% 0.44% -
HSV(B) 349.73º 0.78% 0.73% -
XYZ 21.96 12.34 6.23 -
YUV 86.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 186 40 65 0 0.78 0.65 0.27 349.73 0.65 0.44
Hex BA 28 41 0 4E 41 1B 15E 41 2C
Octal 272 50 101 0 116 101 33 536 101 54
Binary 10111010 101000 1000001 0 1001110 1000001 11011 101011110 1000001 101100

Color Harmonies of #BA2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2841

Black with #BA2841

Text Example


Text Example

White with #BA2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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