Html Css Color HEX #BA293E Brick Red

📋 copy color: '#BA293E'

red 186 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #BA293E

Tints of Brick Red #BA293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 64.36%
G = 14.19%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA293E (or 0xBA293E) is known color: Brick Red. HEX triplet: BA, 29 and 3E. RGB value is (186,41,62). Sum of RGB (Red+Green+Blue) = 186+41+62=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA293E is #45D6C1. Grayscale: #565656. Windows color (decimal): -4576962 or 4073914. OLE color: 4073914.

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

Color convert

RGB 186 41 62 -
CMYK 0 0.78 0.67 0.27
HSL 351.31º 0.64% 0.45% -
HSV(B) 351.31º 0.78% 0.73% -
XYZ 21.91 12.37 5.79 -
YUV 86.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 186 41 62 0 0.78 0.67 0.27 351.31 0.64 0.45
Hex BA 29 3E 0 4E 43 1B 15F 40 2D
Octal 272 51 76 0 116 103 33 537 100 55
Binary 10111010 101001 111110 0 1001110 1000011 11011 101011111 1000000 101101

Color Harmonies of #BA293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA293E

Black with #BA293E

Text Example


Text Example

White with #BA293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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