Html Css Color HEX #BA2B3A Brick Red

📋 copy color: '#BA2B3A'

red 186 ◦ green 43 ◦ blue 58

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

Shades of Brick Red #BA2B3A

Tints of Brick Red #BA2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

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

R = 64.81%
G = 14.98%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA2B3A (or 0xBA2B3A) is known color: Brick Red. HEX triplet: BA, 2B and 3A. RGB value is (186,43,58). Sum of RGB (Red+Green+Blue) = 186+43+58=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B3A is #45D4C5. Grayscale: #575757. Windows color (decimal): -4576454 or 3812282. OLE color: 3812282.

HSL color Cylindrical-coordinate representation of color #BA2B3A: hue angle of 353.71º degrees, saturation: 0.62, 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 #BA2B3A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 58 -
CMYK 0 0.77 0.69 0.27
HSL 353.71º 0.62% 0.45% -
HSV(B) 353.71º 0.77% 0.73% -
XYZ 21.88 12.47 5.26 -
YUV 87.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 186 43 58 0 0.77 0.69 0.27 353.71 0.62 0.45
Hex BA 2B 3A 0 4D 45 1B 162 3E 2D
Octal 272 53 72 0 115 105 33 542 76 55
Binary 10111010 101011 111010 0 1001101 1000101 11011 101100010 111110 101101

Color Harmonies of #BA2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B3A

Black with #BA2B3A

Text Example


Text Example

White with #BA2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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