Html Css Color HEX #BA293F Brick Red

📋 copy color: '#BA293F'

red 186 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #BA293F

Tints of Brick Red #BA293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

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

R = 64.14%
G = 14.14%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA293F (or 0xBA293F) is known color: Brick Red. HEX triplet: BA, 29 and 3F. RGB value is (186,41,63). Sum of RGB (Red+Green+Blue) = 186+41+63=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293F is #45D6C0. Grayscale: #565656. Windows color (decimal): -4576961 or 4139450. OLE color: 4139450.

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

Color convert

RGB 186 41 63 -
CMYK 0 0.78 0.66 0.27
HSL 350.9º 0.64% 0.45% -
HSV(B) 350.9º 0.78% 0.73% -
XYZ 21.94 12.38 5.94 -
YUV 86.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 186 41 63 0 0.78 0.66 0.27 350.9 0.64 0.45
Hex BA 29 3F 0 4E 42 1B 15F 40 2D
Octal 272 51 77 0 116 102 33 537 100 55
Binary 10111010 101001 111111 0 1001110 1000010 11011 101011111 1000000 101101

Color Harmonies of #BA293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA293F

Black with #BA293F

Text Example


Text Example

White with #BA293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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