Html Css Color HEX #BA2A3F Brick Red

📋 copy color: '#BA2A3F'

red 186 ◦ green 42 ◦ blue 63

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

Shades of Brick Red #BA2A3F

Tints of Brick Red #BA2A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 63.92%
G = 14.43%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2A3F (or 0xBA2A3F) is known color: Brick Red. HEX triplet: BA, 2A and 3F. RGB value is (186,42,63). Sum of RGB (Red+Green+Blue) = 186+42+63=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A3F is #45D5C0. Grayscale: #575757. Windows color (decimal): -4576705 or 4139706. OLE color: 4139706.

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

Color convert

RGB 186 42 63 -
CMYK 0 0.77 0.66 0.27
HSL 351.25º 0.63% 0.45% -
HSV(B) 351.25º 0.77% 0.73% -
XYZ 21.97 12.45 5.95 -
YUV 87.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 186 42 63 0 0.77 0.66 0.27 351.25 0.63 0.45
Hex BA 2A 3F 0 4D 42 1B 15F 3F 2D
Octal 272 52 77 0 115 102 33 537 77 55
Binary 10111010 101010 111111 0 1001101 1000010 11011 101011111 111111 101101

Color Harmonies of #BA2A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A3F

Black with #BA2A3F

Text Example


Text Example

White with #BA2A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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