Html Css Color HEX #BA3944 Brick Red

📋 copy color: '#BA3944'

red 186 ◦ green 57 ◦ blue 68

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

Shades of Brick Red #BA3944

Tints of Brick Red #BA3944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 59.81%
G = 18.33%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3944 (or 0xBA3944) is known color: Brick Red. HEX triplet: BA, 39 and 44. RGB value is (186,57,68). Sum of RGB (Red+Green+Blue) = 186+57+68=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3944 is #45C6BB. Grayscale: #606060. Windows color (decimal): -4572860 or 4471226. OLE color: 4471226.

HSL color Cylindrical-coordinate representation of color #BA3944: hue angle of 354.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3944 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 68 -
CMYK 0 0.69 0.63 0.27
HSL 354.88º 0.53% 0.48% -
HSV(B) 354.88º 0.69% 0.73% -
XYZ 22.76 13.78 6.93 -
YUV 96.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 186 57 68 0 0.69 0.63 0.27 354.88 0.53 0.48
Hex BA 39 44 0 45 3F 1B 163 35 30
Octal 272 71 104 0 105 77 33 543 65 60
Binary 10111010 111001 1000100 0 1000101 111111 11011 101100011 110101 110000

Color Harmonies of #BA3944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3944

Black with #BA3944

Text Example


Text Example

White with #BA3944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3944; }

 p { color: rgb(186,57,68); }

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

background-color css

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

 a { background-color: rgb(186,57,68); }

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

border-color css

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

 span { border-color: rgb(186,57,68); }

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