Html Css Color HEX #BA293A Brick Red

📋 copy color: '#BA293A'

red 186 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #BA293A

Tints of Brick Red #BA293A

RGB

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

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

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

R = 65.26%
G = 14.39%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA293A (or 0xBA293A) is known color: Brick Red. HEX triplet: BA, 29 and 3A. RGB value is (186,41,58). Sum of RGB (Red+Green+Blue) = 186+41+58=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293A is #45D6C5. Grayscale: #565656. Windows color (decimal): -4576966 or 3811770. OLE color: 3811770.

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

Color convert

RGB 186 41 58 -
CMYK 0 0.78 0.69 0.27
HSL 352.97º 0.64% 0.45% -
HSV(B) 352.97º 0.78% 0.73% -
XYZ 21.81 12.33 5.23 -
YUV 86.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 186 41 58 0 0.78 0.69 0.27 352.97 0.64 0.45
Hex BA 29 3A 0 4E 45 1B 161 40 2D
Octal 272 51 72 0 116 105 33 541 100 55
Binary 10111010 101001 111010 0 1001110 1000101 11011 101100001 1000000 101101

Color Harmonies of #BA293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA293A

Black with #BA293A

Text Example


Text Example

White with #BA293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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